clarin-eric / component-registry-rest

Component Registry back end
GNU General Public License v3.0
2 stars 1 forks source link

Redirect users without proper display name to settings page #10

Open twagoo opened 8 years ago

twagoo commented 8 years ago

https://trac.clarin.eu/ticket/179

Users can configure their display name in 1.11 (see #156). However, most users with undesirable display names will not discover this until they have created something. It would be better do detect the following cases and propose setting a custom display name:

  • display name is empty
  • display name equals principal name (remote id)
  • display name matches pattern xx@yy
  • ...