feat: bug-726 LDAP同步过来的用户不能重置密码,因为登录使用的是LDAP的密码
This commit is contained in:
parent
11b4dd11b4
commit
7fc87580d7
|
|
@ -46,6 +46,11 @@ public class UserVO {
|
|||
//职位名称
|
||||
private String positionName;
|
||||
|
||||
/**
|
||||
* 来源,0:手动创建;1:LDAP同步
|
||||
*/
|
||||
private Integer source;
|
||||
|
||||
//创建人
|
||||
private String createBy;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue