X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/dc635b6d39be19a09a428282b6d639d029908df6..22f84a3ea8bc39eb4cb91575d35dfca683336032:/vendor/plugins/acts_as_authenticated/generators/authenticated/templates/fixtures.yml diff --git a/vendor/plugins/acts_as_authenticated/generators/authenticated/templates/fixtures.yml b/vendor/plugins/acts_as_authenticated/generators/authenticated/templates/fixtures.yml new file mode 100644 index 0000000..f410fe9 --- /dev/null +++ b/vendor/plugins/acts_as_authenticated/generators/authenticated/templates/fixtures.yml @@ -0,0 +1,17 @@ +quentin: + id: 1 + login: quentin + email: quentin@example.com + salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd + crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test + #crypted_password: "ce2/iFrNtQ8=\n" # quentin, use only if you're using 2-way encryption + created_at: <%%= 5.days.ago.to_s :db %> + # activated_at: <%%= 5.days.ago.to_s :db %> # only if you're activating new signups +aaron: + id: 2 + login: aaron + email: aaron@example.com + salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd + crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test + # activation_code: aaronscode # only if you're activating new signups + created_at: <%%= 1.days.ago.to_s :db %> \ No newline at end of file