[Mapbender-dev] primary key for mb_user_name?

Christoph Baudson christoph.baudson at ccgis.de
Fri Aug 4 06:30:28 EDT 2006


Astrid,

> Only for the login, we ask for the mb_user_name. After we checked the 
> authentication we go on with the mb_user_id.

Although the registration procedure checks, if this username is taken, 
it might occur that a database entry comes from another source but the 
registration form on the web, f.e. a command line entry or a different 
module (someone adds his own registration module for instance).

Because the user name needs to be unique, it should be reflected in the 
database too, so adding a UNIQUE constraint should suffice.

Cheers

Christoph

--

Obwohl die Registrierungsfunktion prüft, ob ein Benutzername schon 
vorhanden ist, könnte ein Eintrag in der Datenbank auch aus einer 
anderen Quelle kommen, z.B. von der Kommandozeile oder einem anderen 
Modul, z.B. einem anderen Registrierungsmodul.

Da der Benutzername eindeutig sein soll, wäre es sinnvoll dies auch in 
der Datenbank festzuhalten, indem man einen UNIQUE-Constraint hinzufügt.

Gruß

Christoph




More information about the Mapbender_dev mailing list