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
They should only be allowed to match: [0-9a-z][0-9a-z_]?[0-9a-z], with a minimum length of 4 characters (debatable).
Also, after this change we should also change the URL for usernames to e.g. /~alan for username alan because UNIX standards are awesome and I never cared for the extra slash in /u/alan.
They should only be allowed to match:
[0-9a-z][0-9a-z_]?[0-9a-z], with a minimum length of 4 characters (debatable).Also, after this change we should also change the URL for usernames to e.g.
/~alanfor usernamealanbecause UNIX standards are awesome and I never cared for the extra slash in/u/alan.