[mielecloud] Less strict e-mail validation (#10928)
* [mielecloud] Less strict e-mail validation Signed-off-by: Björn Lange <bjoern.lange@tu-dortmund.de> * Some more e-mail validation test cases Signed-off-by: Björn Lange <bjoern.lange@tu-dortmund.de> Co-authored-by: Björn Lange <bjoern.lange@tu-dortmund.de>
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="email">E-mail address:</label>
|
||||
<input type="text" class="form-control" id="email" name="email" placeholder="Enter the e-mail address associated with your Miele Cloud Account" required pattern="[a-z0-9._%+-]{3,}@[a-z]{3,}([.]{1}[a-z]{2,}|[.]{1}[a-z]{2,}[.]{1}[a-z]{2,})" />
|
||||
<input type="text" class="form-control" id="email" name="email" placeholder="Enter the e-mail address associated with your Miele Cloud Account" required pattern="[a-zA-Z_0-9.+%-]{3,}@([a-zA-Z_0-9-]+[.])+[a-z]+)" />
|
||||
</div>
|
||||
<button type="submit" class="btn btn-danger btn-lg">Pair Account</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user