mirror of
https://github.com/clonos/control-pane.git
synced 2026-04-27 05:35:55 +03:00
[PR #6] [MERGED] Implement authorization: at the moment no roles - all users is admin.… #46
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#46
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?
📋 Pull Request Information
Original PR: https://github.com/clonos/control-pane/pull/6
Author: @olevole
Created: 12/7/2017
Status: ✅ Merged
Merged: 12/7/2017
Merged by: @olevole
Base:
master← Head:develop📝 Commits (1)
77129a2Implement authorization: at the moment no roles - all users is admin. Default credential: admin/admin📊 Changes
21 files changed (+1071 additions, -76 deletions)
View changed files
📝
php/clonos.php(+360 -28)📝
php/config.php(+43 -0)➕
php/cron.php(+0 -0)📝
php/db.php(+6 -0)📝
php/menu.php(+3 -1)📝
public/css/styles.css(+148 -32)➕
public/dialogs/system-login.php(+20 -0)➕
public/dialogs/users-new.php(+57 -0)📝
public/dialogs/vnc-bhyve.php(+1 -1)📝
public/index.php(+21 -3)📝
public/js/clonos.js(+291 -6)📝
public/lang/en.php(+5 -0)📝
public/lang/ru.php(+9 -0)📝
public/pages/overview/a.json.php(+7 -3)📝
public/pages/settings/ru.index.php(+1 -1)📝
public/pages/tasklog/a.json.php(+3 -1)➕
public/pages/users/a.json.php(+56 -0)➕
public/pages/users/en.index.php(+0 -0)➕
public/pages/users/ru.index.php(+23 -0)➕
public/pages/users/users.table(+14 -0)...and 1 more files
📄 Description
… Default credential: admin/admin
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.