-
Notifications
You must be signed in to change notification settings - Fork 17
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
New registration notification is not marked as read #1408
Comments
Again this is only true when approvals are enabled in the admin settings. When approvals are not needed the link is working fine :D |
I edited my desc. |
Fixed in #1411? Right? |
Well except for "Only show a link to the user if the admin approval feature is disabled." |
Hmm... Do you think we should remove the user_inline component? I mean maybe we could change the page it links to to the same signup request? |
Yes you can either disable the link (remove the link part) I guess. Or also point to the approval page. |
@BentiGorlich Can we also "mark as read" the notification when clicking on the 'Open signup request' link? |
Notification doesn't get marked as read after clicking on the Open signup request link. Hence I reopen the ticket. |
I suspect an issue here somewhere:
I think it's not sufficient to have this check only in the UserFrontController. Also the
I would like to at least add |
I actually thought that I did that... |
Well.. not really, there is only this mark as read at another location:
However, this PR will fix all this: #1437 |
Describe the bug
When a new user is register, a new notification will now pop-up for admins to approve or reject.
On which Mbin instance did you find the bug?
kbin.melroy.org
Which Mbin version was running on the instance?
main
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A link to the approval registration page. (incl the correct page number), which is required when you the "New users have to be approved by an admin before they can log in." feature is checked.
The username link will never work when admin approval is required. Only show a link to the user if the admin approval feature is disabled.
Screenshots
The text was updated successfully, but these errors were encountered: