Authentification
From Wiki
(Difference between revisions)
Line 6: | Line 6: | ||
For these two levels you can use the same [[login and password]] | For these two levels you can use the same [[login and password]] | ||
- | ==Why two times the | + | ==Why two times the same login and password ?== |
- | We could imagine to ask only one time the password ... | + | We could imagine to '''ask only one time''' the password ... |
... but the protection of the SQL relational database has to be very secure and we don't want it to be dependant of the less secure password system of the Apache website. | ... but the protection of the SQL relational database has to be very secure and we don't want it to be dependant of the less secure password system of the Apache website. | ||
Sorry ! Security has a cost. | Sorry ! Security has a cost. |
Revision as of 21:56, 9 March 2007
The Genoret Database is protected through a two levels login and password system.
- the Website http://www-genoret.u-strasbg.fr/genoret
- the SQL relational database hosting your data
For these two levels you can use the same login and password
Why two times the same login and password ?
We could imagine to ask only one time the password ...
... but the protection of the SQL relational database has to be very secure and we don't want it to be dependant of the less secure password system of the Apache website.
Sorry ! Security has a cost.