Code Monkey home page Code Monkey logo

Comments (6)

kizniche avatar kizniche commented on August 28, 2024

Currently, to disable guest access, you can delete the guest user or change the password.

I'm not sure what you mean with the second comment. Do you want the guest password visible? This will not be possible, as the password is saved as a hash, and it can't be converted back to the actual password (it may be, but it's not meant to be and it wouldn't be easy).

Does your third comment mean to disable a guest password entirely, so all you have to do is enter the user name guest to log in?

from mycodo.

Myke974 avatar Myke974 commented on August 28, 2024

OK

Turn ON or OFF password showing for user guest . ; yes ! make the password visible or affect some default visible password : by default I mean the default user guest with default password would be writed on the main page.

Yes : disable a guest password entirely or just show the default password somewhere on the page.

from mycodo.

kizniche avatar kizniche commented on August 28, 2024

Well, when the database is created, you're prompted to enable or disable the guest login. If you choose to enable it, it asks for a password. So, there's no real mystery as to what the password is unless you forget what you set. I did this so there is never a default password. Default passwords are insecure (unless you are working strictly on a LAN), as anyone can access the system if the default password is not changed.

So, it's not possible to display the password, as it's stored as a hash. This is for the user's protection, because if the security of the password file is compromised, the perpetrator cannot get the password, only the hash.

from mycodo.

Myke974 avatar Myke974 commented on August 28, 2024

OK then what about a dialog box where admin can decide to write the guest password in and this $word will be shown/writed on the main page:
"If you want to visit : use user guest with password $word."

from mycodo.

kizniche avatar kizniche commented on August 28, 2024

Ah, like a MOTD, but before login, not after. I can add a setting to add a custom message at the login page.

from mycodo.

kizniche avatar kizniche commented on August 28, 2024

Custom login message added in commit 41bcdbd

from mycodo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.