Skip to content

Commit

Permalink
add more helpful text to developer welcome message in seeds.rb (#9717)
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Jun 1, 2021
1 parent 8d328a1 commit 1a6754d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
home_intro_feature = Node.create! "type"=>"feature", "title"=>"home-intro", "uid"=>admin.id
Revision.create! "nid"=>home_intro_feature.nid, "uid"=>admin.uid, "title"=>"home-intro",
"body"=>"Welcome to the plots2 application!
This message is displayed only to developers running the code in a development environment.
To use a lot of the features on this site, even locally, you'll have to log in. Default username and password are
username: admin, moderator, or user and password: password",
This message is displayed only to developers running the code in a development environment (normally it's the front page content!).
To use a lot of the features on this site, even locally, you'll have to <a href='/login'>log in</a>. Default username and password are
username: admin, moderator, or user and password: password. If you run into trouble, please reach out at https://publiclab.org/chat or in our getting started issue at https://github.com/publiclab/plots2/issues/3840",
"teaser"=>"", "log"=>"", "format"=>1

0 comments on commit 1a6754d

Please sign in to comment.