This repository has been archived by the owner on Jan 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #438 from stormpath/develop
Grab bag of updates and error fixes
- Loading branch information
Showing
4 changed files
with
4 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1237,7 +1237,7 @@ If your passwords are hashed with MD5 or SHA, you can import them by creating a | |
|
||
* - ``BASE64_SALT`` | ||
- The salt byte array used to salt the first hash iteration. | ||
- String (Base64). If your password hashes do not have salt, you can omit it entirely. | ||
- String (Base64). If your password hashes were not salted, this must be the empty string (such that the two dollar-sign delimiters appear right next to each other in the MCF String). | ||
|
||
* - ``BASE64_PASSWORD_HASH`` | ||
- The computed hash byte array. | ||
|
@@ -1925,10 +1925,6 @@ This query will match Accounts with a ``startDate`` value between ``2012-01-01`` | |
|
||
For a full description please see :ref:`the Reference chapter <search-customdata>`. | ||
|
||
.. note:: | ||
|
||
This feature is currently in beta. If you have any questions, comments, or suggestions, reach out to us at [email protected]. | ||
|
||
.. _managing-account-pwd: | ||
|
||
3.4. How to Manage an Account's Password | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -741,10 +741,6 @@ | |
Custom Data Search | ||
"""""""""""""""""" | ||
|
||
.. note:: | ||
|
||
This feature is currently in beta, any questions comments or suggestions, reach out to us at [email protected] | ||
|
||
It is also possible to search a collection's Custom Data. This means that you send a query to a collection: | ||
|
||
``?customData.{key}={value}`` | ||
|