You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In certain scenarios (such as within schools), users registered through external authentication need to maintain their real names.
Since names may contain Unicode characters (like a Chinese name), a good practice is to set DEFAULT_SHOW_FULL_NAME=true and set the user's full name to their real name. In this situation, it's necessary to ensure that external users cannot modify their own full name.
An option like EXTERNAL_USER_LOCK_FULL_NAME would be great to fit this need.
Screenshots
The text was updated successfully, but these errors were encountered:
I am currently writing a PR for this.
Also, a working example is implemented in a fork, but I think it would be better to have this functionality built-in.
Feature Description
In certain scenarios (such as within schools), users registered through external authentication need to maintain their real names.
Since names may contain Unicode characters (like a Chinese name), a good practice is to set
DEFAULT_SHOW_FULL_NAME=true
and set the user's full name to their real name. In this situation, it's necessary to ensure that external users cannot modify their own full name.An option like
EXTERNAL_USER_LOCK_FULL_NAME
would be great to fit this need.Screenshots
The text was updated successfully, but these errors were encountered: