mirror of
https://github.com/clonos/control-pane.git
synced 2026-04-27 05:35:55 +03:00
[GH-ISSUE #7] can't login #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/control-pane#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jan 23, 2018).
Original GitHub issue: https://github.com/clonos/control-pane/issues/7
Originally assigned to: @olevole on GitHub.
I build clonos on freebsd 11 following this guide.
some log
@olevole commented on GitHub (Jan 23, 2018):
It seems you do not have a database with accounts. Initialization of the database occurs via:
After this operation default databases will be placed on:
/var/db/clonos/clonos.sqlite
you can check that this database exists and your web user has access there ?
E.g.:
If web user is www.
This user should be in 'cbsd' group and /var/db/clonos/clonos.sqlite must have read/write access to the web user.
@ghost commented on GitHub (Jan 26, 2018):
problem has sloved, thank you