Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
7e3389ea
Commit
7e3389ea
authored
Nov 25, 2015
by
David Greene
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing javadoc nit
parent
7ef51863
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
JDBCAuthProvider.java
...java/org/jivesoftware/openfire/auth/JDBCAuthProvider.java
+3
-3
No files found.
src/java/org/jivesoftware/openfire/auth/JDBCAuthProvider.java
View file @
7e3389ea
...
...
@@ -73,9 +73,9 @@ import org.slf4j.LoggerFactory;
* situations where legacy (ex/md5) password hashes were stored and then "upgraded" to a stronger hash algorithm.
* Hashes are executed left to right.</p>
* <p>Example Setting: "md5,sha1"<br>
* Usage: password -
>
<br>
* (md5) 286755fad04869ca523320acce0dc6a4 -
>
<br>
* (sha1) 0524b1fc84d315b08db890413e65260040b08caa -
>
</p>
* Usage: password -
>
<br>
* (md5) 286755fad04869ca523320acce0dc6a4 -
>
<br>
* (sha1) 0524b1fc84d315b08db890413e65260040b08caa -
>
</p>
*
* <p>Bcrypt is supported as a passwordType; however, when chaining password types it MUST be the last type given. (bcrypt hashes are different
* every time they are generated)</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment