Skip to content

Empty passwords don't work #1

Open
@gar1t

Description

@gar1t

The fix is to just add a new function header to mysql_auth:password_new:

  • password_new([], _Salt) ->
  • <<>>;
    
    password_new(Password, Salt) ->
    Stage1 = crypto:sha(Password),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions