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
Currently, new users are created credentials for MyRadioDefaultAuthenticator. It should be possible to specify the credential provider for new users, to which this is delegated.
I'm thinking a configurable called newUserAuthenticator, and an extension to the MyRadioAuthenticator Interface called something like provisionAccount, which takes either a memberid or email, and responds with something that can be included in the welcome email. For example, MyRadioDefaultAuthenticator could return "Your new password is: Radio43Meow", and MyRadioLdapAuthenticator could respond "Use your IT Services password to log in."
The text was updated successfully, but these errors were encountered:
Currently, new users are created credentials for MyRadioDefaultAuthenticator. It should be possible to specify the credential provider for new users, to which this is delegated.
I'm thinking a configurable called newUserAuthenticator, and an extension to the MyRadioAuthenticator Interface called something like provisionAccount, which takes either a memberid or email, and responds with something that can be included in the welcome email. For example, MyRadioDefaultAuthenticator could return "Your new password is: Radio43Meow", and MyRadioLdapAuthenticator could respond "Use your IT Services password to log in."
The text was updated successfully, but these errors were encountered: