Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
AO3-6672 Allow some admins to set a generic username #4994
base: master
Are you sure you want to change the base?
AO3-6672 Allow some admins to set a generic username #4994
Changes from 12 commits
11005ef
3d7e2a7
864fe88
b4d6adf
66ad1d6
23175d2
5f52362
ae5f8be
382acc9
8be6dc0
840b78b
859b309
7adf97f
6bec283
fac4e28
d72234f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 think this exception will confuse us in the future - could it be removed?
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.
Conversely, there could also be confusion if there isn't an exception. For example
I don't think that's particularly common, but I see that as a worse confusion than otherwise (especially since we log the action in the audits table either way)
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 agree with Brian here. Since we're already supposed to be ignoring the
renamed_at
when an admin goes to change a name, I think it makes sense that admin renames just ignore therenamed_at
entirely.However, we could add a separate
admin_renamed_at
column to theusers
table for general tracking purposes. That does feel like something that could be both useful and clarifying if you're looking at an audit or just a user in the database.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.
Missed a string, although it could really be "Search" instead of "Go."
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 think this needs some interpolation so the link to the name is part of the translated text.