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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue