Merge pull request #268 from pwm-project/funtype
Added types to the forgotten username config page
This commit is contained in:
commit
f896f62499
1 changed files with 2 additions and 0 deletions
|
@ -2523,6 +2523,8 @@
|
|||
<value>{"name":"mail","minimumLength":1,"maximumLength":64,"type":"email","required":true,"confirmationRequired":false,"readonly":false,"labels":{"":"Email Address"},"regexErrors":{"":""},"description":{"":""},"selectOptions":{}}</value>
|
||||
<value>{"name":"sn","minimumLength":1,"maximumLength":64,"type":"text","required":true,"confirmationRequired":false,"readonly":false,"labels":{"":"Last Name"},"regexErrors":{"":""},"description":{"":""},"selectOptions":{}}</value>
|
||||
</default>
|
||||
<option value="text">text</option>
|
||||
<option value="password">password</option>
|
||||
</setting>
|
||||
<setting hidden="false" key="forgottenUsername.searchFilter" level="2">
|
||||
<default/>
|
||||
|
|
Loading…
Reference in a new issue