froxlor / Froxlor

The server administration software for your needs - The official Froxlor development Git repository
http://www.froxlor.org
GNU General Public License v2.0
1.62k stars 455 forks source link

Fix "expires" option cannot have a year greater than 9999 #1246

Closed halfgaar closed 5 months ago

halfgaar commented 5 months ago

This fixes the exception: '"expires" option cannot have a year greater than 9999', which happens on upgrade from Debian 11 to 12. The session timeout in the DB is 9999999999999, so we constrain the value.

halfgaar commented 5 months ago

Alright, amended the commit and pushed --force-with-lease over it.