Skip to content

Commit 91b4bc0

Browse files
authored
Removed unused field PasswordLifeTime (senaite#1893)
* Removed blind field PasswordLifeTime * Changelog updated
1 parent 6cbbfb4 commit 91b4bc0

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

CHANGES.rst

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44
2.0.1 (unreleased)
55
------------------
66

7+
- #1893 Removed unused field PasswordLifeTime
78
- #1892 Drop jQuery Datepicker for HTML5 native date fields
89
- #1886 Use the current timestamp instead of the client name for report archive download
910
- #1883 Fix possible XSS in remarks field

src/bika/lims/content/bikasetup.py

-10
Original file line numberDiff line numberDiff line change
@@ -151,16 +151,6 @@ def getCounterTypes(self, instance=None):
151151

152152

153153
schema = BikaFolderSchema.copy() + Schema((
154-
IntegerField(
155-
'PasswordLifetime',
156-
schemata="Security",
157-
required=1,
158-
default=0,
159-
widget=IntegerWidget(
160-
label=_("Password lifetime"),
161-
description=_("The number of days before a password expires. 0 disables password expiry"),
162-
)
163-
),
164154
IntegerField(
165155
'AutoLogOff',
166156
schemata="Security",

0 commit comments

Comments
 (0)