📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: passwordFieldDirective.spec.html
<form id="basic"> <password name="password" minimum-strength="11" password="password1" password-strength="strength1"> </password> </form> <form id="custom"> <password name="password" minimum-strength="12" password="password1" password-strength="strength1" placeholder="password" strength-meets-template="meets" strength-does-not-meet-template="bad"> </password> </form> <form id="validators"> <password name="password" minimum-strength="12" required password="password1" password-strength="strength1" placeholder="password" strength-meets-template="meets" strength-does-not-meet-template="bad"> </password> </form> <form id="with-generator"> <password name="password" placeholder="password" minimum-strength="11" password="password1" password-strength="strength1" show-generate="true" strength-meets-template="meets" strength-does-not-meet-template="bad"> </password> </form> <form id="without-generator"> <password name="password" minimum-strength="11" placeholder="password" password="password1" password-strength="strength1" show-generate="false" strength-meets-template="meets" strength-does-not-meet-template="bad"> </password> </form>
Save