Skip to content

Commit

Permalink
Fix #605 by clarifying profile page (#606)
Browse files Browse the repository at this point in the history
Adds a paragraph clarifying that your profile is just your email address and your password.
  • Loading branch information
seancorfield authored and tobias committed Mar 4, 2017
1 parent 53e6275 commit f60c7a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clojars/web/user.clj
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
(flash flash-msg)
[:h1 "Profile"]
(error-list errors)
[:p "Your Clojars profile is just your email address and your password. You can change them here, if want."]
(form-to [:post "/profile"]
(label :email "Email")
[:input {:type :email :name :email :id
Expand Down

0 comments on commit f60c7a4

Please sign in to comment.