Commit Graph

5 Commits

Author SHA1 Message Date
sqozz 0b9b781fef Make ampel aware of the order in bearbeiter.txt
Technically this commit makes ampel way more fragile.
It now uses an array to store each employee and identifies
employees now by the index of this array. All this requires
everything to be in order (e.g. the dropdown in the login -
if this is out of order, then login results in another user
than the displayed one).
This was just a simple solution which works way to good.
An alternative whould be of cause another entry in the
previously used dict which shows an index.
2017-06-30 21:34:32 +02:00
sqozz f24b6b5136 Fix order handling of bearbeiter.txt 2017-06-29 18:53:40 +02:00
sqozz 2a18124659 Change to production mode 2017-06-27 22:54:30 +02:00
sqozz 7aea1c4c27 Redirect to login if unknown employee accesses management page 2017-06-25 14:49:01 +02:00
sqozz e3139e671e Pooof - Ampel appears 2017-04-03 22:34:23 +02:00