Author |
Message |
diablo
Hangin' Around
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Feb 01, 2004
Posts: 34
|
Posted:
Sat Oct 23, 2004 1:00 pm |
|
Hi I have installed Sentinel 2.1 on a Nuke 7.5. All was well until i activated the HTTP auth function and now i cannot log into the admin area. It doesnt seem to accept and user name and password that has admin rights. I tried changing my god account in the nuke auth tables to a known value but to no avail.
What am I doing wrong?
Edit sorry just found the answer in the FAQ i must rtfm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
TheosEleos
Life Cycles Becoming CPU Cycles
![](modules/Forums/images/avatars/452277fe41264f95e30eb.gif)
Joined: Sep 18, 2003
Posts: 960
Location: Missouri
|
Posted:
Sat Oct 23, 2004 1:19 pm |
|
When you upgreade to 2.1 all HTTP Auth passwords are changed to unset. If you didn't go back in and set the password then it may be blank. Try logging in without using a password on the HTTP Auth pop up. |
_________________ Only registered users can see links on this board! Get registered or login! |
|
![ICQ Number ICQ Number](themes/RavenIce/forums/images/lang_english/icon_icq_add.gif) |
![](themes/RavenIce/forums/images/spacer.gif) |
TheosEleos
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Oct 23, 2004 1:25 pm |
|
You can also go into your database and edit your password in the nuke_nsnst_admins table. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
diablo
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Oct 23, 2004 1:42 pm |
|
This is really strange. I have checked the table you said and the HTTP Ayuth is set to 0 but it still asks me for a login and no matter what i try i cannot login ![Confused](modules/Forums/images/smiles/icon_confused.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
TheosEleos
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Oct 23, 2004 1:47 pm |
|
No, on that table it is not an auth on or off setting. It is just for your username and if it is protected against Sentinel banning you.
Go to the table nuke_nsnst_config to turn off http auth. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
diablo
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Oct 23, 2004 1:52 pm |
|
No sorry i meant that table. I went to nuke_nsnst_config to turn off http auth and it still comes up with a login box. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
TheosEleos
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Oct 23, 2004 1:54 pm |
|
As Raven would say. Clean out your cash and cookies and try again. ![Wink](modules/Forums/images/smiles/icon_wink.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
diablo
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Oct 23, 2004 2:28 pm |
|
well still no luck with this. I have got someone else to try and he cant login |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
Site Admin/Owner
![](modules/Forums/images/avatars/45030c033f18773153cd2.gif)
Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Sat Oct 23, 2004 2:32 pm |
|
If you want to PM me your
site url, nuke adminid/pass
ftp url, id/pass
mysql url id/pass
I'll take a look. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
diablo
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Oct 23, 2004 3:17 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
TheosEleos
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Oct 23, 2004 7:24 pm |
|
Let me know what happens, please. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Oct 23, 2004 8:00 pm |
|
diablo wrote: | PM'd you Raven thanks | Never received it. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
diablo
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Oct 24, 2004 1:19 am |
|
Don't know what happened there, sent again
Thanks |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Oct 24, 2004 6:49 am |
|
You overlaid your .htaccess with the .htaccess that ships with Sentinel. That activates the CGI version of HTTP Auth.Code:Options All -Indexes
DirectoryIndex index.php index.htm index.html
# -------------------------------------------
# Start of NukeSentinel(tm) admin.php Auth
# -------------------------------------------
<Files .staccess>
deny from all
</Files>
<Files admin.php>
<Limit GET POST PUT>
require valid-user
</Limit>
AuthName "Restricted"
AuthType Basic
AuthUserFile /path/to/your/.staccess
</Files>
# -------------------------------------------
# Start of NukeSentinel(tm) DENY FROM area
# -------------------------------------------
|
So, at this point, either replace your .htaccess or supply a username and password in the .staccess and all will be well. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
diablo
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Oct 24, 2004 12:37 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|