Boss password validation as authorization [message #571852] |
Sun, 02 December 2012 22:09 |
dude4084
Messages: 222 Registered: March 2005 Location: Mux
|
Senior Member |
|
|
Here is situation.
My user "A" was created by the user "scott". I am entering data on table emp and assume i am allowed to enter Salary upto 100$. Now if i want to enter more than 100$ then i my entery must be authorised by my boss "scott".
This will be done by , after giving alert, getting password of scott (as authorization).
Problem:
While i am in session of user "A", how can i validate the password of scott? Somesort of idea of disconnecting user A, then connecting scott and then disconnecting it and then reconnecting user "A"....?
Any idea?
-Dude
|
|
|