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

How to disable the login ? #31

Open
vletroye opened this issue Jul 5, 2017 · 5 comments
Open

How to disable the login ? #31

vletroye opened this issue Jul 5, 2017 · 5 comments

Comments

@vletroye
Copy link

vletroye commented Jul 5, 2017

I have packaged your app for my Synology. I.e.: it's now running "windowed" within DSM (Synology's Desktop) as any third party package.

As I already had to log in the DSM, I would like to remove the need to login in the Web Console. But I don't know if there is an easy trick for that (some settings ?). Or do I have to find and remove all the code prompting for user/password ? (code that I am not able so far to find :/ )

@zombozo12
Copy link

zombozo12 commented Jul 10, 2017

Did you set $NO_LOGIN variable to true condition?

$NO_LOGIN = true;

is that what you meant?

@vletroye
Copy link
Author

vletroye commented Jul 12, 2017

Stupid as I am, I was trying to add this variable in the index.php file found in the source code folder "tree/master/release" :(

I did get now the release from https://github.com/nickola/web-console/releases/download/v0.9.7/webconsole-0.9.7.zip
This one contains that variable you mention.. and for sure, it works :D

[still learning how to use Git :/]

Thx !!!

@zombozo12
Copy link

Did you use webconsole.php from http://web-console.org ?

Which is release version? In github just index.php then redirected to webconsole.php and there is no webconsole.php

@vletroye
Copy link
Author

vletroye commented Jul 12, 2017

:D I just updated my previous post... I was indeed not using the correct "release" version ! Many thx again for your quick reply !

I have repackage the last version with NO_LOGIN = true for my Synology and it works ike a charm :p

@zombozo12
Copy link

Oh thanks god, I was afraid that I was wrong.. Ok then, I so glad that I can help you. See ya

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