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
Chatmail servers allow users to sign up by choosing a username and password and connecting to the server with that username and password. If the username is not already taken, the server creates the account with the provided password. This makes account setup as easy as possible.
Add a configuration option (AutoregistrationEnabled default true) that allows administrators to turn off automatic account creation (as an emergency stop button in case of abuse, or just because they want to)
Modify OpenEmailAuth() to create the account if it does not exist, if the configuration permits, and if the client chooses an authentication method that transmits the password to the server
Add tests to verify that automatic account creation only happens when the option is enabled
The text was updated successfully, but these errors were encountered:
This is part of a series of issues tracking chatmail support in Mox.
Chatmail servers allow users to sign up by choosing a username and password and connecting to the server with that username and password. If the username is not already taken, the server creates the account with the provided password. This makes account setup as easy as possible.
AutoregistrationEnabled
default true) that allows administrators to turn off automatic account creation (as an emergency stop button in case of abuse, or just because they want to)OpenEmailAuth()
to create the account if it does not exist, if the configuration permits, and if the client chooses an authentication method that transmits the password to the serverThe text was updated successfully, but these errors were encountered: