-
Notifications
You must be signed in to change notification settings - Fork 23
Admins access to a list of users #574
Comments
This is something StackExchange lets everyone see (for example, here ) and so it looks fine to me. |
absent a nice new user report, a hack could be to send a private message to an admin inbox when a new user confirms their email ( after c.user.email_validated = True in api.py ) |
I AM NOT A CODER AND DO NOT KNOW WHAT I AM DOING. There will probably be syntax errors and really stupid mistakes in this outline of how to solve this. http://lesswrong.com/r/discussion/about/editors The editors list is now only the current active moderators, if a notification can be sent to all the users in the editor class, that would be fine. I think it's called Details for the EditorList:
So I think something like looks like the code for sending a message looks like this:
Or also in Link.py - the class for a message:
The formatting for a message:
Not sure but I think this line, or something close to it - would do it:
Or more specifically:
(let me know how I did) |
GJM suggests something like:
which looks a lot more like it will do the thing than my jumble. |
I know Python but i have so far been unable to complete installation of the LW stack locally. On the off chance there is someone with the counterpart to my skillset (uncertain about Python but able to run builds), here is an explicit version of the changes discussed above: Apply the following modification at line 200 of lesswrong/r2/r2/controllers/api.py:
This definitely needs testing & i can't guarantee anything. I'm just summarizing the above. |
Currently sockpuppet accounts are easy to create because no one can see the creation of a new account. I propose that within the admin panel, similar to the list of banned users; a list of users with creation date should be visible to the admins.
The text was updated successfully, but these errors were encountered: