I am using 3 different systems...

Each have a registration system...
I believe they all use md5 to encrypt the password.
Is it possible to just put as the "value" of the password record something like this:

dbname.dbtablename

So that it will be that value, instead of one that is inserted into the database?

Then I can have them all use the same usernames and password for all the systems,
instead of having 3 different ones? One is Perl, two are PHP.

Thank you.
Richard

Reply via email to