From 756823a1c8b82654e1698663398777d729ac7528 Mon Sep 17 00:00:00 2001 From: Connoropolous Date: Wed, 30 Apr 2014 20:38:55 -0400 Subject: [PATCH] Update users.yml Switch to adding two users by default, one with regular user permissions (sign in with user@user.com), and one with admin permissions (sign in with admin@admin.com). both have password 'toolsplusconsciousness' --- test/fixtures/users.yml | 36 ++++++++++-------------------------- 1 file changed, 10 insertions(+), 26 deletions(-) diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index f345efd0..d41aad01 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -1,31 +1,15 @@ #password: toolsplusconsciousness -connor: - name: Connor Turland - email: connorturland@gmail.com +user: + name: user + email: user@user.com encrypted_password: $2a$10$psR68SWYNy5ZKQPs9FrFM.HuRMrTXO/YFzv.HaUmdCsQZsQrG1XAW + code: qwertyui + admin: false -devin: - name: Devin Howard - email: devin@callysto.com +admin: + name: admin + email: admin@admin.com encrypted_password: $2a$10$psR68SWYNy5ZKQPs9FrFM.HuRMrTXO/YFzv.HaUmdCsQZsQrG1XAW - -ishan: - name: Ishan Shapiro - email: ishanshapiro@gmail.com - encrypted_password: $2a$10$psR68SWYNy5ZKQPs9FrFM.HuRMrTXO/YFzv.HaUmdCsQZsQrG1XAW - -robert: - name: Robert Best - email: chessscholar@gmail.com - encrypted_password: $2a$10$psR68SWYNy5ZKQPs9FrFM.HuRMrTXO/YFzv.HaUmdCsQZsQrG1XAW - -ben: - name: Ben Brownell - email: solaureum@gmail.com - encrypted_password: $2a$10$psR68SWYNy5ZKQPs9FrFM.HuRMrTXO/YFzv.HaUmdCsQZsQrG1XAW - -marija: - name: Marija Coneva - email: marija.coneva@gmail.com - encrypted_password: $2a$10$psR68SWYNy5ZKQPs9FrFM.HuRMrTXO/YFzv.HaUmdCsQZsQrG1XAW \ No newline at end of file + code: iuytrewq + admin: true