xili4n
06-15-2012, 10:54 AM
I run an internal site for a union. Site is not public, only available to members.
All users use their employee-number as login, and right now I need this username to be hidden/modified (5 digits(e.g. 65446)).
The username is used all over site, so what I'd really like is that all presentations of username is
something like username*rand(14).
Is this possible?
Or is there some other way I can let the users be 100% anonymous (or at least close to)?
All users use their employee-number as login, and right now I need this username to be hidden/modified (5 digits(e.g. 65446)).
The username is used all over site, so what I'd really like is that all presentations of username is
something like username*rand(14).
Is this possible?
Or is there some other way I can let the users be 100% anonymous (or at least close to)?