icecoder / ICEcoder

Browser code editor awesomeness
http://icecoder.net
Other
1.41k stars 348 forks source link

Login with URL function #1024

Closed matranovakifanyuvo closed 1 year ago

matranovakifanyuvo commented 1 year ago

Hey,

I would like login without form, only URL, example:

https://mysite.com/icecoder/?login_pw=12345678

It is possible?

mattpass commented 1 year ago

Having a password in the URL seems like a not very secure method and so not something that's been implemented.

If you'd like to have no login, you can edit data/config-global.php after ICEcoder has booted up and replace "loginRequired";b:1 with "loginRequired";b:0 to turn off the need for login.