Commit bb4c173e authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixes #5425 Added password recovery login attribute to configuration

Showing with 1 addition and 1 deletion
+1 -1
...@@ -237,7 +237,7 @@ class standAlonePage { ...@@ -237,7 +237,7 @@ class standAlonePage {
} }
class passwordRecovery extends standAlonePage { class passwordRecovery extends standAlonePage {
protected $loginAttribute = 'uid'; protected $loginAttribute;
protected $login; protected $login;
var $message = array(); var $message = array();
var $email_address; var $email_address;
......
  • bmortier @bmortier

    mentioned in issue #1734 (closed)

    By msoupault on 2017-09-02T15:36:50 (imported from GitLab)

    ·

    mentioned in issue #1734 (closed)

    By msoupault on 2017-09-02T15:36:50 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment