-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
notifies admins on new user registration #27128
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
notifies admins on new user registration #27128
Conversation
Sends email with information on the new user (time of creation and time of last sign-in) and a link to manage the new user from the admin panel Refs: https://codeberg.org/forgejo/forgejo/issues/480 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/1371 Co-authored-by: Aravinth Manivannan <realaravinth@batsense.net> Co-committed-by: Aravinth Manivannan <realaravinth@batsense.net> (cherry picked from commit 7d2d997)
lunny
left a comment
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.
| @@ -0,0 +1,83 @@ | |||
| // Copyright 2023 The Gitea Authors. All rights reserved. | |||
| // Copyright 2023 The Forgejo Authors. All rights reserved. | |||
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.
I summon @techknowlogick
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: delvh <dev.lh@web.de>
f602d23 to
99dbec5
Compare
b57a1d8 to
d852d5c
Compare
|
This PR is stale for long time and has many conflicts. And there is a design problem: it doesn't seem right to do a full table scan when a user registers. Feel free to reopen if there would be improvements. |
Sends email with information on the new user (time of creation and time of last sign-in) and a link to manage the new user from the admin panel
Refs: https://codeberg.org/forgejo/forgejo/issues/480
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/1371
Co-authored-by: Aravinth Manivannan realaravinth@batsense.net
Co-committed-by: Aravinth Manivannan realaravinth@batsense.net
(cherry picked from commit 7d2d997)