-
Hey there, awesome work so far!
So I noticed that while you can create users in the interface, the implementation so far seems pretty limited.
As far as I'm aware, all users seem to be able to …
-
It attempts to re-create the already existing user.
```
debug: Exec[mysql-create-user-demo](provider=posix): Executing check '/usr/bin/mysql --user='demo' --password='demo''
debug: Executing '/usr/bi…
-
I'm using the following code:
``` php
$admin = \App\Models\User::create([
'name' => 'Admin 1',
'email' => 'admin1@local',
'password' => Hash::make("123456")
]);
$roleAdmin = \Kodeine\Acl\Mod…
-
Dev Portal Admins will be able to manually approve/decline new users, search users, and modify user permissions/roles.
a-tan updated
5 years ago
-
Challenge accessing Roles and Products.. I get a 403 USER DOES NOT HAVE THE RIGHT PERMISSIONS.
-
Currently, the permission system is functional, but has some rough edges.
## Current situation
### Permissions
- Nodes
- Each node has associated permissions for that given node
- Each …
-
Hello, I love PowerAdmin! And I admire your work.
However, selecting Sqlite3 on the installation guide gives me a couple uncaught errors:
```
Updating database... Unable to connect to the datab…
-
**Describe the bug**
When the SITMUN viewer tries to load a tree containing one or more layers for which that user or territory does not have permission, and which are part of a node where no other l…
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the latest version
- [X] Search the existing issues.
### Steps to reproduce
**hello ,
i've pr…
-
Script stops after creating the first *.blanace file. Any help what to do?
I am logged in as root user of my truenas 24.10.
```
root@truenas[/home/rebalance]# /home/rebalance/./zfs-inplace-rebala…