hello, friends!

The issue: https://github.com/apache/incubator-dolphinscheduler/issues/1923 
<https://github.com/apache/incubator-dolphinscheduler/issues/1923>
Need to add a “state” field, Control whether users can log in to the system.

Sql : ALTER TABLE t_ds_user ADD `state` int(1) DEFAULT 1 COMMENT 'state 
0:disable 1:enable';

The PR: https://github.com/apache/incubator-dolphinscheduler/pull/2424 
<https://github.com/apache/incubator-dolphinscheduler/pull/2424>

Reply via email to