General discussion of Mantis.
Moderators: Developer , Contributor
Prozac
Post
by Prozac » 18 May 2012, 18:03
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
Thank you for your replies.
Regards,
P.
atrol
Site Admin
Posts: 8575 Joined: 26 Mar 2008, 21:37
Location: Germany
Post
by atrol » 24 May 2012, 23:11
Integer setting to 0 should work.
The configuration option is reauthentication ($g_ is only needed in PHP code)
Prozac
Post
by Prozac » 24 May 2012, 23:33
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
Post
by atrol » 27 May 2012, 21:54
I had a look at the source code.
You are right, reauthentication is one of the settings which can't be set in database.
Prozac
Post
by Prozac » 28 May 2012, 12:39
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!