mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-06-01 04:06:12 -04:00
Compare commits
1 Commits
WebShells-
...
fix-employ
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84f2c5bc97 |
@@ -209,9 +209,16 @@ $(document).ready(function()
|
|||||||
last_name: 'required',
|
last_name: 'required',
|
||||||
username:
|
username:
|
||||||
{
|
{
|
||||||
|
<?php
|
||||||
|
if($person_info->person_id == "")
|
||||||
|
{
|
||||||
|
?>
|
||||||
|
remote: "<?php echo site_url($controller_name . '/check_username')?>",
|
||||||
|
<?php
|
||||||
|
}
|
||||||
|
?>
|
||||||
required: true,
|
required: true,
|
||||||
minlength: 5,
|
minlength: 5
|
||||||
remote: "<?php echo site_url($controller_name . '/check_username')?>"
|
|
||||||
},
|
},
|
||||||
password:
|
password:
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user