Commit graph

3 commits

Author SHA1 Message Date
Wingy
0d7d73744c
Refactor: move src to folder ()
* move all source code to src/

* replace express response patch with middleware

* fix readdir not looking in src

* fix stray redirect

* add base to manifest

* remove secret.txt from src/config/secret

* add src/config/secret/secret.txt to gitignore
2022-12-10 12:04:07 -05:00
Coal
6900c401de
Prevent admin from creating users with empty username ()
* Prevent admin from creating users with empty username

A error message shows when the admin tries to submit the form if the validation fails.

The error message was translated to Czech, Deutsch, English, Spanish and French, which are the currently compatible languages in the website.

* Move username validation logic to server side
2022-10-06 12:57:42 -04:00
Wingy
e61c0a519e cs-cz 2021-12-05 09:23:11 -05:00