Skip to content

Commit

Permalink
changed secret key validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Liver64 committed Jan 22, 2019
1 parent 7c7ea69 commit 8eb1f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/sonos.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h2 class="auto-style3" style="width: 100%"><TMPL_VAR ZONES.SONOS_CONFIG></h2>
</td>
<td style="width: 50%; height: 48px;">
<input id="seckey" name="seckey" type="text" class="textfield" value="<TMPL_VAR TTS.secret-key>"
data-validation-error-msg="<TMPL_VAR ERRORS.ERR_SECRETKEY>" data-validation-rule="^([A-Za-z0-9]){40}$">
data-validation-error-msg="<TMPL_VAR ERRORS.ERR_SECRETKEY>" data-validation-rule="^([A-Za-z0-9\!\#\$\%\&\'\*\+\-\,\/\:\;\=\?\@\[\]\\\]]){40}$">

<td style="width: 201px; height: 48px;">
</td>
Expand Down

0 comments on commit 8eb1f77

Please sign in to comment.