Disable Password promt at Manage Button

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
michael.weber
Posts: 3
Joined: 28 Jan 2016, 15:37

Disable Password promt at Manage Button

Post by michael.weber »

Hi all,
is it possible to disable the Password promt at Manage button?

Best Regards
Michael
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Disable Password promt at Manage Button

Post by atrol »

I am not sure if I understand what you want.
Maybe adding the following line to file config_inc.php is what you need.

Code: Select all

$g_reauthentication = OFF;
Of course, I can't recommend it, at least if there are other users that have access to your system if you leave the room.
Please use Search before posting and read the Manual
michael.weber
Posts: 3
Joined: 28 Jan 2016, 15:37

Re: Disable Password promt at Manage Button

Post by michael.weber »

great.
that solved my Problem. Thank you :)
Post Reply