0

On most websites, there is an option to get the system to reset the user’s password if they forgot

the password. A new random password is sent to the user’s email after answering some secret

question. The “Forgot Password” option is available on the login screen.

Does Cuba platform have this option ? I could not find it in the documentation or any sample app.

How can I develop this function and change the login screen ?

Armature
  • 7
  • 3

1 Answers1

0

There is no built-in functionality in CUBA for this case. You can extend the login window and implement the "forgotten password" case by yourself. The example of extending login screen is here: https://github.com/cuba-labs/brand-login

  • 1
    There is a "forgot password" add-on: https://www.jmix.io/cuba-platform/marketplace/forgot-password/ It doesn't support 7.2 version but can be easily migrated if necessary. – alexb Nov 19 '21 at 13:24