Many misc fixes
This commit is contained in:
@@ -82,6 +82,7 @@ class Model_Module_Method_Token extends ORMOSB {
|
||||
return $this;
|
||||
}
|
||||
|
||||
// @todo Login Reset: When called within a timelimit (so existing token already exists), is returning true but password reset emails have blanks where the tokens are
|
||||
public function generate() {
|
||||
if (! $this->account_id OR ! $this->method_id OR ! ($this->date_expire OR $this->uses))
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user