You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following the documentation guidelines to configure the Local authentication but, when I try to implement the basic example, and the users.json file is automatically created, I do not get the password in the logs as mentioned in the following page: https://docs.authcrunch.com/docs/authenticate/local/local
Configuration
Paste full Caddyfile below:
{
security {
local identity store localdb {
realm local
path {$HOME}/.local/caddy/users.json
}
authentication portal myportal {
enable identity store localdb
}
}
}
example.com {
authenticate with myportal
}
Version Information
Provide output of caddy list-modules --versions | grep -E "(auth|security)" below:
I was expecting the logs referenced in the documentation to be displayed, but instead I only get the following:
{"level":"info","ts":1730305267.239055,"logger":"security","msg":"created default admin user for the database","username":"webadmin","email":"[email protected]","roles":["authp/admin"]}
How can I get the default password that is auto-generated when Caddy is started for the first time?
Thanks in advance 🙏
The text was updated successfully, but these errors were encountered:
Describe the issue
Hello! 👋
I am following the documentation guidelines to configure the Local authentication but, when I try to implement the basic example, and the
users.json
file is automatically created, I do not get the password in the logs as mentioned in the following page: https://docs.authcrunch.com/docs/authenticate/local/localConfiguration
Paste full
Caddyfile
below:Version Information
Provide output of
caddy list-modules --versions | grep -E "(auth|security)"
below:Expected behavior
I was expecting the logs referenced in the documentation to be displayed, but instead I only get the following:
How can I get the default password that is auto-generated when Caddy is started for the first time?
Thanks in advance 🙏
The text was updated successfully, but these errors were encountered: