Skip to content

Releases: behappy-project/behappy-screw-doc

v2.1.1

26 Apr 03:01
Compare
Choose a tag to compare

feature

  1. 允许管理员更改登录类型

v2.1.0

25 Apr 07:59
Compare
Choose a tag to compare
  • feature
  1. 支持ldap登录方式
  2. 支持管理员添加用户
  • fix
  1. 修改用户操作,roleId的错误改动
  • 表改动
alter table sys_user
    add login_type int default 0 not null comment '登录类型';
alter table sys_user
    add unique (username);