add date/datetime input fields to relevant formfields

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-15 10:07:25 +02:00
parent 4d5473ff14
commit 07a1ad8c58
9 changed files with 27 additions and 21 deletions

View File

@@ -506,7 +506,7 @@ return [
'allowed_from' => 'Allowed from',
'allowed_from_help' => 'Comma separated list of ip addresses / networks.<br>Default is empty (allow from all).',
'valid_until' => 'Valid until',
'valid_until_help' => 'Date until valid, format YYYY-MM-DD',
'valid_until_help' => 'Date until valid, format YYYY-MM-DDThh:mm',
],
'changepassword' => [
'old_password' => 'Old password',