search for: allow_login

Displaying 2 results from an estimated 2 matches for "allow_login".

2012 Sep 04
2
How to get contact list from yahoo in rails using OAuth
..., :expose => true, :scope=>"https://www.google.com/m8/feeds/" } now i want to get contact from yahoo and hot mail. How to get that contact I have given following configuration in my oauth_consumer.rb file :yahoo=>{ :client=>:oauth_gem, :expose => true, :allow_login => true, :key=>"**", :secret=>"**", :scope=>"https://me.yahoo.com" } :hotmail=>{ :client=>:oauth_gem, :expose => true, :allow_login => true, :key=>"**", :secret=>"**" } when i am trying to do...
2014 Apr 22
1
Allowing non-SSL connections only for certain Password Databases
I'm trying to set up my system (using Dovecot 2.0.9) so that certain Password Databases are available over pop3 and imap and others are available over pop3s and imaps. In particular, I would like users to be able to connect without SSL to accounts set up in vpopmail, but to require SSL for system accounts. Is there a way to set "disable_plaintext_auth" to different values for