rbCAS / CASino

CASino is a Ruby-based Single Sign-On solution supporting the CAS standard
MIT License
329 stars 189 forks source link

can't disable two factor authentication #139

Open edshadi opened 8 years ago

edshadi commented 8 years ago

When I try to disable two factor authenticator by following the documentation: two_factor_authenticator: enabled: false

Nothing happens, the two factor authentication is still enabled. I looked at the code and I can't find a place where that gets disabled. Am I missing something?

luxflux commented 8 years ago

I didn't know there is such an option. But yeah, it does not look like this is implemented. Where did you find a reference to it?

edshadi commented 8 years ago

@luxflux http://casino.rbcas.com/docs/configuration/ look under Two-Factor Authenticator headline. I'm working on implementation and should be able to submit a PR soon unless you don't want to support that feature and update the docs.

luxflux commented 8 years ago

@edshadi We are totally open to merge this, as long as there are tests for the feature :smile:

thomasrossetto commented 7 years ago

Hi guys, any update about this topic ? Thanks !