Verified Commit 22c5f7b4 authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: Feat(Reminder) - Fixes UID login

Fixes uid login
Showing with 1 addition and 0 deletions
+1 -0
......@@ -140,6 +140,7 @@ class reminderFrontEnd extends standAlonePage
case 'uid':
// Simply set the UID as login, verification if login is correct will anyway be performed later on.
$this->uid = $this->login;
$result = TRUE;
break;
case 'mail':
if ($this->uidFromMail()) {
......
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