Skip to content
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

Added lastname.firstname as email format #14921

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

snipe
Copy link
Owner

@snipe snipe commented Jun 20, 2024

Fixes #14918 - this adds lastname.firstname as a format for email/usernames.

Copy link

what-the-diff bot commented Jun 20, 2024

PR Summary

  • Adjustment to User Name Formatting Approach in Application
    A new rule has been implemented inside the application's User model. This rule changes the way user names are generated when a certain format, specifically 'lastname.firstname', is used. This enables the user names to better correspond to this chosen format.

  • Added New Localization Key
    A new language localization key has been added - 'lastnamefirstname'. This is for supporting our multi-lingual user base. It is associated with the descriptive value 'Last Name First Name ([email protected])', which will be used as a template for presenting user names.

  • Inclusion of New Option into Macro Array
    An additional option, 'lastname.firstname', has been inserted into the application's macro array. This references the new localization key and is crucial in ensuring our application caters to diverse user naming conventions.

@snipe snipe merged commit 83794ea into develop Jun 20, 2024
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant