Skip to content

Commit a7d4d26

Browse files
authored
Make PI confirmation checkbox required (#334)
1 parent a8dddc1 commit a7d4d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webroot/panel/new_account.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<hr>
137137

138138
<div style='position: relative;display: none;' id='piConfirmWrapper'>
139-
<label><input type='checkbox' id='chk_pi' name='confirm_pi' value='agree'>
139+
<label><input type='checkbox' id='chk_pi' name='confirm_pi' value='agree' required>
140140
I have read the PI <a href="<?php echo CONFIG["site"]["account_policy_url"]; ?>">
141141
account policy</a> guidelines. </label>
142142
</div>

0 commit comments

Comments
 (0)