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
Adding creation date/time, maybe in unix timecode format, as well as NetID and Nickname, makes Nickname conflicts statistically almost impossible. You might have 2 new users on the same network, thinking they have the perfect "unique" id, but neither will get the exact same timecode from a unix time() call. Also allows for less chance of ID overlap where a user prefers to not use a nickname.
The text was updated successfully, but these errors were encountered:
Adding creation date/time, maybe in unix timecode format, as well as NetID and Nickname, makes Nickname conflicts statistically almost impossible. You might have 2 new users on the same network, thinking they have the perfect "unique" id, but neither will get the exact same timecode from a unix time() call. Also allows for less chance of ID overlap where a user prefers to not use a nickname.
The text was updated successfully, but these errors were encountered: