Issues
- Implement user account hard lockoutSC-353Zach Belknap
- Implement version catalogSC-352Robin Fronk
- Update CustomField auditing on Embedded EntitiesSC-351Resolved issue: SC-351Jason Klinger
- Move Entity Template Service to Common and Sort Templates by NameSC-350Resolved issue: SC-350Marc Davis
- Update Date Converter to handle null stringSC-349Resolved issue: SC-349Robin Fronk
- Add ESS.application id to HTTP UtilsSC-348Resolved issue: SC-348Cole Wilson
- Patch Mapping Updater does not convert Dates ProperlySC-347Resolved issue: SC-347Zoe Zellner
- Update API Key Filters and Providers to allow access to public apiSC-346Resolved issue: SC-346Marc Davis
- Prevent admin from changing password for other adminsSC-345Resolved issue: SC-345Zach Belknap
- Application Manager - Not disabling the external notification and user job flags when non-prod application instance typeSC-344Marc Davis
- Add property to AbstractReportDefinition to allow custom label after report title in page headerSC-343Resolved issue: SC-343Andy Hoiles
- Update EntityLoader convertFields class to support importing Class type fieldsSC-342Resolved issue: SC-342Zach Belknap
- Allow App Log to be truncatedSC-341
- Move Authentication Logs to new Database TableSC-340
- Timestamp Filtering not working for App LogSC-339
- Http Client leaking threadsSC-338Resolved issue: SC-338Marc Davis
- Implement Mini Orange IntegrationSC-337Resolved issue: SC-337Marc Davis
- Add Integer rest controller converterSC-336Resolved issue: SC-336Carson Granata
- Application Version - Add IRN and Org NameSC-335Resolved issue: SC-335Andy Hoiles
- Add additional rest controller type to string convertersSC-333Resolved issue: SC-333Carson Granata
- Add ability to drop LoggingEvent tableSC-331Resolved issue: SC-331Zach Belknap
- Update token report link pathSC-330Resolved issue: SC-330Jason Klinger
- Multithread Utils - Add pool nameSC-329Resolved issue: SC-329Marc Davis
- Allow REST API and Transfer Services to use notOneOf querybuilder operation with UUIDsSC-328Resolved issue: SC-328Justin Kleinknecht
- Update SpringSC-327Resolved issue: SC-327Robin Fronk
- Upgrade Java MailSC-326Resolved issue: SC-326Marc Davis
- Implement User Tokens for Report LinkSC-325Resolved issue: SC-325Jason Klinger
- Clone Report BundleSC-324Resolved issue: SC-324Zach Belknap
- Authentication - Local users should never attempt to authenticate with external providers.SC-323Resolved issue: SC-323Marc Davis
- Update Common to build using the github develkitSC-322Resolved issue: SC-322Marc Davis
- Report Bundle Startup Cache - Caching multiple times per report bundle saveSC-321Resolved issue: SC-321Cole Wilson
- Add UUID as Filter TypeSC-320Resolved issue: SC-320Sam Jones
- Update Report Format OrderSC-319Resolved issue: SC-319Zach Belknap
- Add ESS.application id to HTTP UtilsSC-317Resolved issue: SC-317Marc Davis
- Extract Api Key hashing to separate module for easier dependency usageSC-316Justin Kleinknecht
- Implement Max Query Results MaximumSC-315Resolved issue: SC-315Zoe Zellner
- Move REST Advice to CommonSC-314Resolved issue: SC-314Chris Fyfe
- Create Groundwork for REST API filteringSC-313Resolved issue: SC-313Justin Kleinknecht
- Get list of usernames involved in revision eventsSC-312Resolved issue: SC-312Praxis Weston
- Publish a Auditable Info Event when Report Bundles are disabledSC-311
- Replace StringUtils in CustomFieldDefinitionSC-310Zach Belknap
- Add new query to the Batch Job Execution DAOSC-309Resolved issue: SC-309
- Create Multithreading UtilsSC-308Resolved issue: SC-308Justin Kleinknecht
- Create build for Common in githubSC-318Resolved issue: SC-318Marc Davis
- Add new QueryBuilderFilterFactory methodSC-307Resolved issue: SC-307Justin Kleinknecht
- Fix Calendar header formatting in BaseDRReportDefinitionSC-306Resolved issue: SC-306Zach Belknap
- Add method to FileStoreCacheCallbackHandler to take UUID of an object to reference laterSC-305Resolved issue: SC-305Justin Kleinknecht
- Add Project Version ControllerSC-304Resolved issue: SC-304Marc Davis
- Remove toString in RepositoryReadOnlyEventSC-303Resolved issue: SC-303Zach Belknap
- Add function to ZipUtils that returns a FileSC-302Resolved issue: SC-302Justin Kleinknecht
50 of 335
Implement user account hard lockout
Details
Assignee
Zach BelknapZach BelknapReporter
Zach BelknapZach BelknapPriority
Major
Details
Details
Assignee
Zach Belknap
Zach BelknapReporter
Zach Belknap
Zach BelknapPriority
Better PDF Exporter
Better PDF Exporter
Better PDF Exporter
Created March 31, 2025 at 4:35 PM
Updated March 31, 2025 at 4:35 PM
Activity
Show:
Need to implement a hard lockout for user accounts for USxS.
Possibly remove all the Drools related lockout rules and just go to a event / listener pattern. Increment the number and lock the user account if it hits the max. See the ESS and ITC-M projects for implementation details.