-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot change e-mail notifications of own account #28
Comments
in steamlogin.php and change to this #$plugins->add_hook("usercp_email", "steam_account_linked"); |
i also have a plugin to force email changes due to running few steam servers and it connects to my forums. with steam signatures and play time on my servers |
Emails can be changed now, although it requires the user to give a current password; something they don't have when logging in via Steam. Is that what the force email change plugin is for, Edit: Commenting out the password hook doesn't work; it just allows an user to change their password, but the user will have to use a current password for it. |
Ties in with #15
Edit: Nvm seems better to have user create a password on first login as this should also solve several other problems and may allow possibility to log in during steam downtime in the future. #29 |
Dragged over from stewartiee#19 , it's currently not possible to change your e-mail address. When attempting to, the user will get the message This feature has been disabled on your account.
This prevents users from properly configuring e-mail notifications.
The text was updated successfully, but these errors were encountered: