Skip to content

Commit

Permalink
Disable email_as_login in masq as it's currently broken
Browse files Browse the repository at this point in the history
See dennisreimann/masq#3 for more details.
  • Loading branch information
nogweii committed Jun 6, 2013
1 parent cb893a6 commit 37234f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/masq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ default: &default

# Whether to use the full email ('bob@example.com') or just the username
# ('bob') as the login key
email_as_login: true
#
# NB: This is currently broken. See
# https://github.com/dennisreimann/masq/issues/3
email_as_login: false

# Yubikey/Yubico API information
yubico:
Expand Down

0 comments on commit 37234f8

Please # to comment.