Wrong password

Hello,
I am trying to log in via the GUI interface but keep getting “Wrong Password” although I have infact set the password and am entering it correctly, what could I be doing wrong ?

Did you try a ‘module reload’ at the CLI?

I restarted the whole machine ?

I restarted the whole machine ?[/quote]
Actually it’s the GUI setup wizard that I am trying to login to, to setup the GUI

As I understand it asterisk is actually providing you with the gui and looking to its own manager.conf file to see if you should be allowed in and with what privileges.

Maybe if you post the active lines of your manager.conf with sensitive info suppressed?

Thanks

[code][general]
displaysystemname = yes
enabled = yes
webenabled = yes
port = 5038
httptimeout = 60
bindaddr = 0.0.0.0
;displayconnects = yes
;
; Add a Unix epoch timestamp to events (not action responses)
;
;timestampevents = yes

;[mark]
;secret = mysecret
;deny=0.0.0.0/0.0.0.0
;permit=209.16.236.73/255.255.255.0

[admin]
secret = valangin1
read = system,call,log,verbose,command,agent,config
write = system,call,log,verbose,command,agent,config
;deny=0.0.0.0/0.0.0.0
;permit=192.168.1.170/255.255.255.0[/code]