mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Updated registration process
This commit is contained in:
@@ -43,5 +43,6 @@ class User extends BaseUser implements SourceAttributInterface
|
||||
$this->isActive = true;
|
||||
$this->source = new UserSource();
|
||||
LawModificator::grantAllRights($this->source->getNode()->getLaw(), $this->source->getNode());
|
||||
//var_dump($this->source->getNode()->getLaw()->getRights()->get(0));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user