Release
Ulmo
Expected behavior
When a user who already has an account but has not validated their email tries to log in again, the LMS should display the standard activation warning message, including the email address where the activation link was sent.
Example:
“We just sent an activation link to user@example.com.”
Actual behavior
The warning message is displayed, but the email address is missing.
Instead of rendering the user’s email, the message shows only a period (“.”).
This can be clearly seen in the attached screenshot, where the message reads:
“We just sent an activation link to .”
The UI renders correctly, but the dynamic value for the email is missing.
Steps to reproduce
- Create a new account using a valid email address.
- Do not verify the email.
- Return to the LMS login page.
- Enter the same username/email and password.
- After submitting, observe the activation warning message.
- Note that the email portion of the message is omitted, showing only a dot.
Additional information
This is happening in TEAK too
Release
Ulmo
Expected behavior
When a user who already has an account but has not validated their email tries to log in again, the LMS should display the standard activation warning message, including the email address where the activation link was sent.
Example:
“We just sent an activation link to user@example.com.”
Actual behavior
The warning message is displayed, but the email address is missing.
Instead of rendering the user’s email, the message shows only a period (“.”).
This can be clearly seen in the attached screenshot, where the message reads:
“We just sent an activation link to .”
The UI renders correctly, but the dynamic value for the email is missing.
Steps to reproduce
Additional information
This is happening in TEAK too