mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-19 22:28:10 +08:00
Synchronizers,user status,cas expires
Synchronizers,user status,cas expires
This commit is contained in:
@@ -84,6 +84,7 @@ userinfo.username=\u767b\u5f55\u8d26\u53f7
|
||||
userinfo.email=\u90ae\u7bb1\u5730\u5740
|
||||
userinfo.mobile=\u624b\u673a\u53f7\u7801
|
||||
userinfo.userType=\u7528\u6237\u7c7b\u578b
|
||||
userinfo.userstate=\u7528\u6237\u72B6\u6001
|
||||
userinfo.picture=\u5934\u50cf
|
||||
userinfo.familyName=\u59d3
|
||||
userinfo.givenName=\u540d
|
||||
|
||||
@@ -83,6 +83,7 @@ userinfo.username=username
|
||||
userinfo.email=email
|
||||
userinfo.mobile=mobile
|
||||
userinfo.userType=userType
|
||||
userinfo.userstate=UserState
|
||||
userinfo.picture=picture
|
||||
userinfo.familyName=familyName
|
||||
userinfo.givenName=givenName
|
||||
|
||||
@@ -84,6 +84,7 @@ userinfo.username=\u767b\u5f55\u8d26\u53f7
|
||||
userinfo.email=\u90ae\u7bb1\u5730\u5740
|
||||
userinfo.mobile=\u624b\u673a\u53f7\u7801
|
||||
userinfo.userType=\u7528\u6237\u7c7b\u578b
|
||||
userinfo.userstate=\u7528\u6237\u72B6\u6001
|
||||
userinfo.picture=\u5934\u50cf
|
||||
userinfo.familyName=\u59d3
|
||||
userinfo.givenName=\u540d
|
||||
|
||||
@@ -46,6 +46,12 @@
|
||||
<input class="form-control" readonly type="text" id="userType" name="userType" title="" value="${model.userType !}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:15%;"><@locale code="userinfo.userstate" />:</th>
|
||||
<td style="width:35%;">
|
||||
<input class="form-control" readonly type="text" id="userState" name="userState" title="" value="${model.userState !}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="userinfo.displayName" />:</th>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user