mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 12:45:46 +08:00
ADD 个人中心添加devops管理功能
This commit is contained in:
@@ -10,9 +10,10 @@ class User < ApplicationRecord
|
||||
# include Searchable::Dependents::User
|
||||
|
||||
# devops step
|
||||
# devops_step column: 0: 未填写服务器信息;1: 已填写服务器信息(未认证);
|
||||
# devops_step column: 0: 未填写服务器信息;1: 已填写服务器信息(未认证);2: 已认证
|
||||
DEVOPS_UNINIT = 0
|
||||
DEVOPS_UNVERIFIED = 1
|
||||
DEVOPS_CERTIFICATION = 2
|
||||
|
||||
# Account statuses
|
||||
STATUS_ANONYMOUS = 0
|
||||
|
||||
Reference in New Issue
Block a user