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
Please note that previously (in defauklt CLI setup) we needed it to allow admins to set passwords when created new users (to invite them). Also Admens were able to edit passwords of users.
110
+
Now since we added this plugin, user will have email link on which he will get form to enter password by hiumself.
111
+
Please note that the form for user will still use constraints from password virtual field, that is why we just hid it using showIn - not remove it.
112
+
113
+
To allow users to edit their passwords please use [email password reset plugin](https://adminforth.dev/docs/tutorial/Plugins/email-password-reset/)
114
+
115
+
## Email Confirmation boolean flag
61
116
62
-
To enable email confirmation, first add a boolean field to your user table:
117
+
This plugin can write into the database the fact that invited user was able to set password and as a result confirmed that he owns his email.
118
+
To enable email this behaviour, first add a boolean field to your user table:
0 commit comments