Add LDAP logins and password resets, config, etc.
This commit is contained in:
10
db/migrate/20201109090458_create_users.rb
Normal file
10
db/migrate/20201109090458_create_users.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
class CreateUsers < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
create_table :users do |t|
|
||||
t.string :cn
|
||||
t.string :ou
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user