First time here? Check out the FAQ!
1

form for local login is shown even if it is disabled
 

Local login is disabled in Ask Fedora but the form to use it, is still shown. That seems very confusing to users at times. Refer to https://ask.fedoraproject.org/account/signin/?next=/

Also, is there a preference to make the wordpress, flickr icons etc the same size as others?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
mether's avatar
1.5k
mether
asked 12 years ago
Evgeny's avatar
13.2k
Evgeny
updated 12 years ago

Comments

There is no way to change icons now besides editing the templates/css. Also - there may be changes in this area, we currently have a branch where the login is used in a modal menu, but it needs merging with master and thorough testing.

Evgeny's avatar Evgeny (12 years ago)

Ok. Thanks

mether's avatar mether (12 years ago)
see more comments

1 Answer

0

As a quick one-off solution - please modify function askbot.deps.django_authopenid.util.use_password_login() to always return False.

edit fixed this issue in the repository

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 12 years ago, updated 12 years ago
link

Comments

mether's avatar mether (12 years ago)
see more comments