Reauthentication

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
Prozac

Reauthentication

Post by Prozac »

Hello!

Is it possible to set $g_reauthentication via the ''Manage Configuration" form?
I tried to use various values: string = OFF and Integer = 0. I set it for All Project and for All Users but seems neither of them works.
It works when it is defined in the config_inc.php file as

Code: Select all

$g_reauthentication = OFF;
Thank you for your replies.

Regards,
P.
atrol
Site Admin
Posts: 8575
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Reauthentication

Post by atrol »

Integer setting to 0 should work.
The configuration option is reauthentication ($g_ is only needed in PHP code)
Please use Search before posting and read the Manual
Prozac

Re: Reauthentication

Post by Prozac »

atrol wrote:Integer setting to 0 should work.
The configuration option is reauthentication ($g_ is only needed in PHP code)
Thanks a lot for the reply.
Yes, I tried to set reauthentication (without $g_) to 0 but it definitely doesn't work for me.
atrol
Site Admin
Posts: 8575
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Reauthentication

Post by atrol »

I had a look at the source code.
You are right, reauthentication is one of the settings which can't be set in database.
Please use Search before posting and read the Manual
Prozac

Re: Reauthentication

Post by Prozac »

atrol wrote:I had a look at the source code.
You are right, reauthentication is one of the settings which can't be set in database.
Thanks a lot for the confirmation atrol!
Post Reply