Following the login example from An Evening with Chicago
Boss<https://github.com/ChicagoBoss/ChicagoBoss/wiki/An-Evening-With-Chicago-Boss#my-first-boss>,
after created the helper function "hash_for" by creating this
file(src/lib/user_lib.erl), according to the doc, I should be able to get
the password hash from the console:
user_lib:hash_for("Bathhouse John", "password").
But what I got is this:
** exception error: undefined function user_lib:hash_for/2
Seems CB didn't know about the helper fucntion I created.
Why?
--
You received this message because you are subscribed to the Google Groups
"ChicagoBoss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
Visit this group at http://groups.google.com/group/chicagoboss.
To view this discussion on the web visit
https://groups.google.com/d/msgid/chicagoboss/04de656e-3de4-48ba-a593-29ef8004f22a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.