No require password if register via social auth
This commit is contained in:
parent
9fd93a3b53
commit
2ff1ed0f54
8 changed files with 410 additions and 353 deletions
|
@ -417,6 +417,11 @@ function onWindowReady() {
|
|||
$(this).hide().css({ width: 0});
|
||||
});
|
||||
});
|
||||
|
||||
$('.errorlist').each(function() {
|
||||
var errorList = $(this);
|
||||
errorList.nextAll('input, select, textarea').first().after(errorList);
|
||||
});
|
||||
}
|
||||
|
||||
$(function() {
|
||||
|
|
|
@ -611,6 +611,7 @@ ul.errorlist {
|
|||
list-style: none;
|
||||
padding: 0px;
|
||||
color: red;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.registration-form {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue