Skip to content

Conversation

@spyhunter99
Copy link
Contributor

tracks the last X password hashes to prevent reuse when changing passwords.

…changing passwords. unfortunately unit tests are no longer stable, probably due to the user database change. pausing to work other issues
# Conflicts:
#	jspwiki-main/src/main/resources/CoreResources.properties
#	jspwiki-main/src/main/resources/CoreResources_de.properties
#	jspwiki-main/src/main/resources/CoreResources_es.properties
#	jspwiki-main/src/main/resources/CoreResources_fi.properties
#	jspwiki-main/src/main/resources/CoreResources_fr.properties
#	jspwiki-main/src/main/resources/CoreResources_it.properties
#	jspwiki-main/src/main/resources/CoreResources_nl.properties
#	jspwiki-main/src/main/resources/CoreResources_pt_BR.properties
#	jspwiki-main/src/main/resources/CoreResources_ru.properties
#	jspwiki-main/src/main/resources/CoreResources_zh_CN.properties
#	jspwiki-main/src/main/resources/ini/jspwiki.properties
…that use the xml database to be more ACID compliant. i.e. multiple test classes were working off the same file, by copying and randomizing the name, this guarantees that each unit test using the same file will not affect another
@spyhunter99
Copy link
Contributor Author

  • since this includes a database schema change, we need at least an advisor for this as any existing installation will require some updates to continue functioning.
  • should do a unit test for the jdbc class to ensure CRUD operations are working properly

@spyhunter99
Copy link
Contributor Author

two API changes, UserProfile and UserDatabase. Adds a new method to support preventing password reuse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant