Gossamer Forum
Home : Products : DBMan : Discussions :

Enter passw every time usr wants to view any recor

Quote Reply
Enter passw every time usr wants to view any recor
Hello to all!

I'd like to make user to enter login/password every time he wants to see any record.

Thanks in advance.

Quote Reply
Re: Enter passw every time usr wants to view any recor In reply to
Then you need to change the following variables in the default.cfg file:

Code:

$auth_no_authentication
$auth_allow_default


The first variable should look like the following:

Code:

$auth_no_authentication = 0;


The second variable should look like the following:

Code:

$auth_allow_default = 0;


Typically the variable values mean the following:

0 = NO, OFF
1 = YES, ON

With the above settings I've provided, all users will need to login now to view records.

Good luck!

Regards,

Eliot Lee
Quote Reply
Re: Enter passw every time usr wants to view any recor In reply to
Thank you again.
But another question.
Is it possible to make login/password combination expired after (...) numbers of entering?
Please, help again.
Regards,
Alexander.

Quote Reply
Re: Enter passw every time usr wants to view any recor In reply to
In Reply To:
Is it possible to make login/password combination expired after (...) numbers of entering?
You have already raised this question and I have already provided you suggestions!

Good luck!

Regards,

Eliot Lee
Quote Reply
Re: Enter passw every time usr wants to view any recor In reply to
But it's now based on entering login/password combination. Maybe it's more easy to count the number of entering (sorry, I am not a cgi programmer. I am a student of medical university)

My proposition is the following. I may pay you for the mod.
Please, contact me, if you may help.

Regards,
Alexander.

Quote Reply
Re: Enter passw every time usr wants to view any recor In reply to
In Reply To:
But it's now based on entering login/password combination. Maybe it's more easy to count the number of entering (sorry, I am not a cgi programmer. I am a student of medical university)
Not necessarily...that is the first step...there are many more that I outlined in your other Thread.

In Reply To:
My proposition is the following. I may pay you for the mod.
Sorry...my project list is full at this time.

But you should post this request in the Custom Modification forum and may be others would be interested.

Regards,

Eliot Lee