Skip to content
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

Open
NickVst opened this issue Sep 14, 2016 · 4 comments
Open

Cannot change e-mail notifications of own account #28

NickVst opened this issue Sep 14, 2016 · 4 comments
Assignees

Comments

@NickVst
Copy link

NickVst commented Sep 14, 2016

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.

@Theedgeclan2
Copy link

Theedgeclan2 commented Sep 15, 2016

in steamlogin.php
put a # in front of this so find this
$plugins->add_hook("usercp_email", "steam_account_linked");
$plugins->add_hook("usercp_email", "steam_account_linked");

and change to this

#$plugins->add_hook("usercp_email", "steam_account_linked");
#$plugins->add_hook("usercp_email", "steam_account_linked");

@Theedgeclan2
Copy link

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

@NickVst
Copy link
Author

NickVst commented Sep 15, 2016

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, or would I go about commenting out steamlogin.php 's $plugins->add_hook("usercp_password", "steam_account_linked"); aswell?

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.

@TsunaMoo
Copy link
Owner

TsunaMoo commented Sep 15, 2016

Ties in with #15

Password check on email should be disabled as this doesn't actually effect security as much as in default mybb.

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

@TsunaMoo TsunaMoo self-assigned this Apr 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants