You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
2.0 KiB
68 lines
2.0 KiB
# This file is part of Wiki UFC.
|
|
# Copyright (C) 2007-2015 by Álinson Xavier <isoron@gmail.com>
|
|
# Copyright (C) 2007-2008 by Adriano Freitas <adrianoblue@gmail.com>
|
|
# Copyright (C) 2007-2008 by André Castro <aisushin@gmail.com>
|
|
# Copyright (C) 2007-2008 by Rafael Barbosa <86.rafael@gmail.com>
|
|
# Copyright (C) 2007-2008 by Henrique Bustamante <bustamante.rique@gmail.com>
|
|
#
|
|
# This program is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU Affero General Public License as
|
|
# published by the Free Software Foundation, either version 3 of the
|
|
# License, or (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU Affero General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU Affero General Public License
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
admin:
|
|
id: 1000000
|
|
login: admin
|
|
salt: 1000
|
|
name: admin
|
|
email: admin@website.com
|
|
hashed_password: 77a0d943cdbace52716a9ef9fae12e45e2788d39 # test
|
|
display_name: admin
|
|
last_seen: <%= Time.now.to_s(:db) %>
|
|
admin: true
|
|
secret: admin
|
|
|
|
bob:
|
|
id: 1000001
|
|
login: bob
|
|
salt: 1000
|
|
name: bob
|
|
email: bob@mcbob.com
|
|
hashed_password: 77a0d943cdbace52716a9ef9fae12e45e2788d39 # test
|
|
display_name: bob
|
|
last_seen: <%= Time.now.to_s(:db) %>
|
|
admin: false
|
|
secret: bob
|
|
|
|
existingbob:
|
|
id: 1000002
|
|
salt: 1000
|
|
name: existingbob
|
|
login: existingbob
|
|
email: exbob@mcbob.com
|
|
hashed_password: 77a0d943cdbace52716a9ef9fae12e45e2788d39 # test
|
|
display_name: existingbob
|
|
last_seen: <%= Time.now.to_s(:db) %>
|
|
admin: false
|
|
secret: existingbob
|
|
|
|
longbob:
|
|
id: 1000003
|
|
salt: 1000
|
|
name: longbob
|
|
login: longbob
|
|
email: lbob@mcbob.com
|
|
hashed_password: 00728d3362c26746ec25963f71be022b152237a9 # longtest
|
|
display_name: longbob
|
|
last_seen: <%= Time.now.to_s(:db) %>
|
|
admin: false
|
|
secret: longbob
|