File tree 2 files changed +2
-2
lines changed
bundles/org.openhab.core.io.http.auth
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 114
114
< input class ="field " type ="{repeatPasswordFieldType} " placeholder ="{repeatPasswordPlaceholder} " name ="password_repeat " />
115
115
</ div >
116
116
< div >
117
- < input class ="field " type ="{tokenNameFieldType} " placeholder ="{tokenNamePlaceholder} " name ="token_name " />
117
+ < input class ="field " type ="{tokenNameFieldType} " placeholder ="{tokenNamePlaceholder} " name ="token_name " required pattern =" [a-zA-Z0-9]+ " />
118
118
</ div >
119
119
< div >
120
120
< input class ="field " type ="{tokenScopeFieldType} " placeholder ="{tokenScopePlaceholder} " name ="token_scope " />
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ auth.placeholder.username = User Name
16
16
auth.placeholder.password = Password
17
17
auth.placeholder.newpassword = New Password
18
18
auth.placeholder.repeatpassword = Confirm New Password
19
- auth.placeholder.tokenname = Token Name
19
+ auth.placeholder.tokenname = Token Name (alphanumeric)
20
20
auth.placeholder.tokenscope = Token Scope (optional)
21
21
22
22
auth.button.signin = Sign In
You can’t perform that action at this time.
0 commit comments