Replies: 1 comment
-
Yes you can use the REST API to force a new password to user: https://self-service-password.readthedocs.io/en/latest/webservices.html#post--rest-v1-adminchangepassword.php Of course you need to implement your UI for the TOS and to get password of a user. If the question was to have this UI inside SSP, it indeed does not exist. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We would like to create LDAP accounts that are disabled at first and only get activated after the user reads the TOS and sets a password. Could self-service-password somehow be utilized to implement this?
Reset by mail token wouldn't work because it relies on the users PHP session.
The REST API options don't seem to be so helpful either.
Are there any other options?
Beta Was this translation helpful? Give feedback.
All reactions