You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can be implemented by two apps.
One is a server-side app to provide a link to check the link id and reset new password.
One do not call forgotPassword but save a link id and send a email.
@endel .i’m seeking a easy-to-use BaaS framework and find hook in github. just read the docs but try nothing. I think it is just designed as i want but i cannot find the docs about some features. for example how to set a role to a user in order to implement admin and normal user.
Currently to reset passwords it's necessary to implement everything in front-end.
It should be necessary only to trigger auth.forgotPassword in the frontend. The auth.resetPassword should be deprecated.
So the process should be the following:
forgotPassword
method. (email template customization)The text was updated successfully, but these errors were encountered: