-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Benutzer und Gruppen | ||
|
||
Die Optionen sind im Moment noch im Aufbau. Geplant sind: | ||
|
||
* Benutzer mit einer Benutzergruppe | ||
* Gruppen mit bestimmten Rechten | ||
|
||
|
||
## Mehrbenutzerbetrieb starten | ||
|
||
Standardmäßig loggt sich der zugreifende Benutzer automatisch als Administrator ein. Um Logins und die | ||
Benutzerverwaltung zu starten, muss man Segrada mit folgender Kommandozeilenoption starten: | ||
|
||
java -jar -DrequireLogin="true" segrada-1.0-SNAPSHOT.jar | ||
|
||
oder im Servermodus: | ||
|
||
java -jar -DrequireLogin="true" segrada-1.0-SNAPSHOT.jar headless | ||
|
||
Nach dem Start muss man sich anmelden. Es ist sinnvoll den Benutzer "Administrator" entsprechend zu ändern. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Users and Groups | ||
|
||
Currently in progress. Planned features: | ||
* Users being members of one user group | ||
* Groups with access rights | ||
|
||
|
||
## Starting Segrada in Multi User Mode | ||
|
||
Normally, Segrada will log in an access as administrator by default. To enable logins, you must start Segrada with | ||
the following command line option: | ||
|
||
java -jar -DrequireLogin="true" segrada-1.0-SNAPSHOT.jar | ||
|
||
or in server mode: | ||
|
||
java -jar -DrequireLogin="true" segrada-1.0-SNAPSHOT.jar headless | ||
|
||
After starting the application, you have to log in. To enhance security, please change the default user "Administrator" | ||
to something else. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters