users.yml
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:3k
源码类别:

Ajax

开发平台:

Others

  1. # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
  2. # NOTE: passwords are valid when User.salt == 'change-me'.
  3. tobi:
  4.   login: tobi
  5.   password: ea0f5fd4398054c1c7aa0fbc7aaea30914a14441 # whatever
  6.   name: Tobi
  7.   email: tobi@example.com
  8.   notify_via_email: false
  9.   notify_on_new_articles: false
  10.   notify_on_comments: false
  11.   notify_watch_my_articles: false
  12.   profile: admin
  13.   text_filter: markdown_filter
  14.   state: active
  15.   last_connection: 2009-11-21 12:15:58
  16.   
  17. bob:
  18.   login: bob
  19.   password: 9a91e1d8d95b6315991a88121bb0aa9f03ba0dfc # test
  20.   name: Bob
  21.   email: bob@example.com
  22.   notify_via_email: false
  23.   notify_on_new_articles: false
  24.   notify_on_comments: false
  25.   notify_watch_my_articles: false
  26.   profile: admin
  27.   text_filter: none_filter
  28.   state: active
  29.   last_connection: 2009-11-21 12:15:58
  30.   
  31. existingbob:
  32.   login: existingbob
  33.   password: 9a91e1d8d95b6315991a88121bb0aa9f03ba0dfc # test
  34.   name: Also Bob
  35.   email: alsobob@example.com
  36.   notify_via_email: false
  37.   notify_on_new_articles: false
  38.   notify_on_comments: false
  39.   notify_watch_my_articles: false
  40.   profile: admin
  41.   text_filter: markdown_filter
  42.   state: active
  43.   last_connection: 2009-11-21 12:15:58
  44. longbob:
  45.   login: longbob
  46.   password: 8e9b1a9a38e66ca572a5e8fdac8e256848842dfa # longtest
  47.   name: More Bob
  48.   email: longbob@example.com
  49.   notify_via_email: false
  50.   notify_on_new_articles: false
  51.   notify_on_comments: false
  52.   notify_watch_my_articles: false
  53.   profile: admin
  54.   text_filter: markdown_filter
  55.   state: active
  56.   last_connection: 2009-11-21 12:15:58
  57.   
  58. randomuser:
  59.   login: randomuser
  60.   password: 8e9b1a9a38e66ca572a5e8fdac8e256848842dfa # longtest
  61.   name: Random User
  62.   email: randomuser@example.com
  63.   notify_via_email: false
  64.   notify_on_new_articles: false
  65.   notify_on_comments: false
  66.   notify_watch_my_articles: false
  67.   profile: admin
  68.   text_filter: none_filter
  69.   state: active
  70.   last_connection: 2009-11-21 12:15:58
  71.   
  72. user_publisher:
  73.   login: shingara
  74.   password: 8e9b1a9a38e66ca572a5e8fdac8e256848842dfa # longtest
  75.   name: shingara
  76.   email: shingara@example.com
  77.   notify_via_email: false
  78.   notify_on_new_articles: false
  79.   notify_on_comments: false
  80.   notify_watch_my_articles: false
  81.   profile: publisher
  82.   text_filter: markdown_filter
  83.   state: active
  84.   last_connection: 2009-11-21 12:15:58
  85. inactive_user:
  86.   login: inactive
  87.   password: 8e9b1a9a38e66ca572a5e8fdac8e256848842dfa # longtest
  88.   name: inactive
  89.   email: inactive@example.com
  90.   notify_via_email: false
  91.   notify_on_new_articles: false
  92.   notify_on_comments: false
  93.   notify_watch_my_articles: false
  94.   profile: publisher
  95.   text_filter: markdown_filter
  96.   state: inactive
  97.   last_connection: 2009-11-21 12:15:58
  98.