Prevent invalid service tag names, ref #443
This commit is contained in:
parent
7460b5fdd2
commit
8144535b82
3 changed files with 3 additions and 2 deletions
|
@ -9,6 +9,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
|
|||
* Fixes 'Remember Me' checkbox being ignored when using 2FA on an account.
|
||||
* API now returns a useful error displaying what went wrong rather than an obscure 'An Error was Encountered' message when API issues arise.
|
||||
* Fixes bug preventing the creation of new files in the file manager due to a missing JS dependency on page load.
|
||||
* Prevent using a service option tag that contains special chaacters that are not valid. Now only allows alpha-numeric, no spaces or underscores.
|
||||
|
||||
### Changed
|
||||
* Renamed session cookies from `laravel_session` to `pterodactyl_session`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue