Skip to content

Commit

Permalink
Fixed password change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Licenser committed Jun 14, 2012
1 parent 8b689f7 commit 9cd82dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wiggle/src/wiggle_handler.erl
Expand Up @@ -215,7 +215,7 @@ request('POST', [<<"account">>], Auth, Req, State) ->
{ok, Name} = libsnarl:user_name(Auth, Auth),
case libsnarl:auth(Name, Pass) of
{ok, _} ->
case libsnarl:passwd(Auth, Name, Pass) of
case libsnarl:passwd(Auth, Auth, Pass) of
ok ->
{ok, Page} = account_dtl:render(
page_permissions(Auth) ++
Expand Down

0 comments on commit 9cd82dd

Please sign in to comment.