What might cause basic authorization window after login ?

Dani

Member
I'm trying to replace certificate.
going to

I get a login page.
demo/demo will get me to one place, but I need admin.
When I use admin/my password
I get another message box for basic authorization .
I have no idea what user/pass should I put there.

Any idea what my bring this authorization window after I enter login as admin ?
(it doesn't matter which password I put there, it always ask for another)

maybe It's not the right password and if it would be - it will not show this message box ?

** update - I've changed in database.yml the admin password to the default (md5(admin))
but I still get basic authorization message box and can't log in.

Dani
 
Last edited:

Max

Administrator
Staff member
Hello

Did you restart WCS server after changing database.yml?
Try to cleanup browser cache or sign in from incognito mode or from another browser.
 

Max

Administrator
Staff member
MD5 hash should look like this:

Code:
users:
  admin: {username: admin, password: 21232f297a57a5a743894a0e4a801fc3, active: true}
 
Top