LitusProject / MediaWikiAuth

Custom MediaWiki module that authenticates against Litus.
Other
0 stars 1 forks source link

Unique Identifier #2

Open bgotink opened 12 years ago

bgotink commented 12 years ago

Right now, the name is used as ID. This means that two people with the same name will have the same account. Use the university ID as identification, but perhaps continue using the real name as shown name? To do this, we need to disallow editing the signature and real name.

bgotink commented 12 years ago

For the record: this is a real problem, as the current VTK webserver has 40 duplicate names (after removing stubs and phonies).

krmarien commented 10 years ago

Is it possible to disable editing the account? We can just update the user data at every login and take the latest info from the website?

pmaene commented 10 years ago

Isn't this fixed since we started using the university identification as the user ID, combined with the Realnames extension?

bgotink commented 10 years ago

Yes, this has been fixed by switching to the userid.

The username cannot be changed (at least not without an extension), so we're safe on that end. Users can still edit their real names though.

If you want to disable this, there are a couple of options:

The second option has the disadvantage that updating to a new version of mediawiki becomes a lot harder. The third option has the disadvantage of not really disabling changing the name, which doesn't quite fix anything.

krmarien commented 10 years ago

So the first option is the best, but it is hard to implement. I suggest we take the third?