[PR #6] [MERGED] Implement authorization: at the moment no roles - all users is admin.… #46

Closed
opened 2026-03-02 03:21:31 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: develop


📝 Commits (1)

  • 77129a2 Implement 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.

## 📋 Pull Request Information **Original PR:** https://github.com/clonos/control-pane/pull/6 **Author:** [@olevole](https://github.com/olevole) **Created:** 12/7/2017 **Status:** ✅ Merged **Merged:** 12/7/2017 **Merged by:** [@olevole](https://github.com/olevole) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (1) - [`77129a2`](https://github.com/clonos/control-pane/commit/77129a216af67c821c7439bb101efef8191ae0a3) Implement authorization: at the moment no roles - all users is admin. Default credential: admin/admin ### 📊 Changes **21 files changed** (+1071 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description … Default credential: admin/admin --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:21:31 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/control-pane#46
No description provided.