mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Added link to announcement where you can get more infos about upgrading permission system.
This commit is contained in:
parent
8a2b26e693
commit
414c417b69
2 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||

|
||||
[](https://part-db.crowdin.com/part-db)
|
||||
|
||||
*When updgrading from a version from before 2022-11-27, please read [this](https://github.com/Part-DB/Part-DB-symfony/discussions/193) before upgrading!*
|
||||
|
||||
# Part-DB
|
||||
Part-DB is an Open-Source inventory managment system for your electronic components.
|
||||
It is installed on a web server and so can be accessed with any browser without the need to install additional software.
|
||||
|
|
|
@ -49,6 +49,7 @@ final class Version20221114193325 extends AbstractMultiPlatformMigration
|
|||
|
||||
$this->warnIf(true, "\x1b[1;37;43m\n!!! All permissions were reset! Please change them to the desired state, immediately !!!\x1b[0;39;49m");
|
||||
$this->warnIf(true, "\x1b[1;37;43m\n!!! For security reasons all users (except the admin user) were disabled. Login with admin user and reenable other users after checking their permissions !!!\x1b[0;39;49m");
|
||||
$this->warnIf(true, "\x1b[1;37;43m\n!!! For more infos see: https://github.com/Part-DB/Part-DB-symfony/discussions/193 !!!\x1b[0;39;49m");
|
||||
}
|
||||
|
||||
public function mySQLUp(Schema $schema): void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue