-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Show explanation if user cannot add new email #25502
Conversation
This PR was created after a request on https://codeberg.org/Codeberg/Community/issues/1085. I could not figure out how to trigger the |
@@ -688,6 +688,7 @@ emails = Email Addresses | |||
manage_emails = Manage Email Addresses | |||
manage_themes = Select default theme | |||
manage_openid = Manage OpenID Addresses | |||
email_cant_add = You cannot add any new email addresses at this time. Please try again later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you remove the "try again later"? As that may create confusion for the user, and they'll try to refresh the page without knowing why they can't add a new email. From the ticket you linked it sounds like the user hadn't verified their email yet.
I do not think it is right to merge some "unclear" changes into code base. I will figure out this problem by a new PR. |
I think I understand the problem now. -> Clarify the reason why the user can't add a new email if there is a pending activation #25509 |
Thanks for this PR. I will close it in favour of the other PR. |
Absolutely understandable. Sorry for not addressing the previous review sooner, going to blame it on the timezones. |
This change concerns the "Manage Email Addresses" submenu
in the Account settings.