• We are finding that after a person registers there is a message indicating the account creation was successful and (in our case) a notice to look in their email for the activation link. But that message only displays for a few seconds. We’ve had users uncertain if their account was created because they missed the message.

    This is also true if there is a validation issue (e.g. the password doesn’t meet the difficulty requirements), which is even more confusing, because the form doesn’t load their existing values so they have to start again (but if they missed the message, don’t know that).

    Those messages should persist. There’s no reason why they should be temporary.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lcdservices

    (@lcdservices)

    The problem is due to the animation css applied to the cleanlogin-notification class. Specifically the animation-fill-mode is set to forwards. It should be set to none. That allows the message to persist on screen.

    Plugin Author Javier Carazo

    (@carazo)

    @lcdservices,

    Good morning, thanks for your words.

    cleanlogin-notification has always success or error.

    How should we fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘message after registration doesn’t persist’ is closed to new replies.