| Author |
Message |
Tizwit Involved


Joined: Aug 29, 2004 Posts: 324 Location: New Mexico
|
Posted:
Tue Dec 14, 2010 2:24 pm |
|
I installed the latest NukeRaven and set up NukeSentinel.
It appears I have all the settings on and the Admin Auth is also set. But I haven't been asked to log into the admin area by nukesentinal yet. I remember on my other sites it would ask for my admin username and PW then when that is entered NukeSentinel would then ask me for its Username and PW.
What could be causing this issue or is it something new in newest version? |
|
|
|
 |
PHrEEkie Subject Matter Expert

Joined: Feb 23, 2004 Posts: 358
|
Posted:
Tue Dec 14, 2010 3:59 pm |
|
Review this section of the WIKI carefully:
Go through the sentinel steps, even if it means repeating what you've already done. Let us know how that goes...
But no, there is nothing new behavior-wise. If you have the Auth setup, you should be asked to login twice. Once server-side, and then again from Nuke Admin. Setup-wise, yes there are some changes, and they are reflected in the WIKI link above.
- Keith |
|
|
|
 |
unicornio Involved


Joined: Aug 13, 2009 Posts: 432
|
Posted:
Wed Dec 15, 2010 6:34 pm |
|
| Quote: | | What could be causing this issue or is it something new in newest version? |
It is also happening to me and this is because php is configure as CGI and not as APACHE. If you type the wrong password you will see the denied warning without showing the second login. Just my opinion from my experience. Nothing to worry about.  |
Last edited by unicornio on Thu Dec 16, 2010 2:46 am; edited 1 time in total |
|
|
 |
Tizwit Involved


Joined: Aug 29, 2004 Posts: 324 Location: New Mexico
|
Posted:
Wed Dec 15, 2010 6:47 pm |
|
Thank you
For some reason the information was not being saved in the .htassess file so I just replaced it and now its working perfectly. |
|
|
|
 |
unicornio Involved


Joined: Aug 13, 2009 Posts: 432
|
Posted:
Thu Dec 16, 2010 2:48 am |
|
in .htaccess you will need this line
| Code: | <Files admin.php>
<Limit GET POST PUT>
require valid-user
</Limit>
AuthName "Restricted"
AuthType Basic
AuthUserFile /web/htdocs/www.mydomain.com/home/.staccess
</Files> |
|
|
|
|
 |
|
|
|
|