eliteel5
Member
- Messages
- 74
- Reaction score
- 3
- Points
- 8
Good evening from the United kingdom Time now 00:27Hrs
I have a very real request to make if possible and am currently redesigning website from scratch
Part of this site includes a users table which will hold client details , admin rights in so far as to who can and cannot view depending on role and depending on sensitivity
That role is exclusive to my authority so that should there be any issues I can disable use etc
Within this I have built in max users , password validation and number of retries before locking account which is done via an events also keeping track of max time unattended In other words if there is no action then this auto logs them out or number of incorrect attempts
This all depends on event_scheduler
EG . SET GLOBAL event_scheduler =' ON' ;
How ever I need admin rights to enable this
Could I request admin enable this feature for me as this is quite important to end product which I need to produce for directors of company
Im attaching the procedure for this so that admin can see clearly what I am doing with the best security in mind also for their own evaluation
Thanking you all Mark
I have a very real request to make if possible and am currently redesigning website from scratch
Part of this site includes a users table which will hold client details , admin rights in so far as to who can and cannot view depending on role and depending on sensitivity
That role is exclusive to my authority so that should there be any issues I can disable use etc
Within this I have built in max users , password validation and number of retries before locking account which is done via an events also keeping track of max time unattended In other words if there is no action then this auto logs them out or number of incorrect attempts
This all depends on event_scheduler
EG . SET GLOBAL event_scheduler =' ON' ;
How ever I need admin rights to enable this
Could I request admin enable this feature for me as this is quite important to end product which I need to produce for directors of company
Im attaching the procedure for this so that admin can see clearly what I am doing with the best security in mind also for their own evaluation
Thanking you all Mark