We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
there is an error when I try to register a new account
public function generateActivationKey($activate = false) { ... $this->activationKey = md5sum(microtime() . $this->password, Yum::module()->passwordHashCost); if(!$this->isNewRecord) $this->save(false, array('activationKey')); ... return $this->activationKey; }
Can I just change md5sum to md5?
The text was updated successfully, but these errors were encountered:
Call to undefined function md5sum(),
md5sum() is custom function? forgot to add the function in the published file?
Sorry, something went wrong.
No branches or pull requests
there is an error when I try to register a new account
Can I just change md5sum to md5?
The text was updated successfully, but these errors were encountered: