-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Issue: DisplayName and UserName #1728
Comments
Moc
added
type: bug
A problem that should not be happening
status: testing required
Someone needs to confirm this issue's existence and write a test to prevent the fix from regressing.
labels
Jun 29, 2016
Moc
removed
the
status: testing required
Someone needs to confirm this issue's existence and write a test to prevent the fix from regressing.
label
Jan 10, 2019
2.5 years later but.... confirmed as a bug. By default, userclass is left empty even though it should always include the 'member' class (253). Therefore, this check fails: Line 1411 in 3f2a551
|
Suggested fix: // Fix Display and user name
$allData['data']['user_class'] = '253'; // Default value, because user will always be part of Members.
if (!check_class($pref['displayname_class'], $allData['data']['user_class'])) @CaMer0n What do you think? |
@Moc Looks like a good solution. Would you like to add it? |
Done |
CaMer0n
added a commit
that referenced
this issue
Feb 10, 2020
…ser" due to modification for Issue #1728. Both issues now resolved.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I went to add a quick user, and have the site set up to allow DisplayName to be different than UserLoginName - I got this message when I added a new user: User name and display name cannot be different (based on the site configuration). Display name set to [b]TestDummy[/b].
The text was updated successfully, but these errors were encountered: