Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic authentication - HTTP/1.1 401 Unauthorized #2

Closed
markphd opened this issue Mar 29, 2014 · 3 comments
Closed

Basic authentication - HTTP/1.1 401 Unauthorized #2

markphd opened this issue Mar 29, 2014 · 3 comments

Comments

@markphd
Copy link

markphd commented Mar 29, 2014

Installed Hotglue in a shared hosting, set authentication to basic but when creating new page, the login prompt does not accept the correct login, it keeps asking for the username and password.

@k0a1a
Copy link
Owner

k0a1a commented Mar 29, 2014

hi,

it is a known bug on hosts running PHP via fCGI. the solutions might differ depending on each particular case.
does setting AUTH to 'none' let you enter editing mode?
could you supply output of phpinfo() ?

best,

On March 29, 2014 5:40:37 AM CET, "Mark Philip D." notifications@github.com wrote:

Installed Hotglue in a shared hosting, set authentication to basic but
when creating new page, the login prompt does not accept the correct
login, it keeps asking for the username and password.


Reply to this email directly or view it on GitHub:
#2

sent from a black mirror device.
transmission corruptions to be expected.

@k0a1a
Copy link
Owner

k0a1a commented Mar 29, 2014

see eccbc76

your server might be returning a string other then 'Authorization' which is thus not parsed correctly. If that's the case you might also need to check .htacess file for proper rewrite rule (apache mod_rewrite needs to be available).

On March 29, 2014 5:40:37 AM CET, "Mark Philip D." notifications@github.com wrote:

Installed Hotglue in a shared hosting, set authentication to basic but
when creating new page, the login prompt does not accept the correct
login, it keeps asking for the username and password.


Reply to this email directly or view it on GitHub:
#2

sent from a black mirror device.
transmission corruptions to be expected.

@markphd
Copy link
Author

markphd commented Mar 30, 2014

Thanks for attending to it. Used basic auth and set password in plain text in user-config.inc.php and config.inc.php - worked perfectly well.

@markphd markphd closed this as completed Mar 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants