[ABD] Yubikey Login 1.0.2

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
modelrockettier
Registered User
Posts: 8
Joined: Tue Sep 08, 2009 3:21 am
Location: Oregon, USA
Name: Tim
Contact:

[ABD] Yubikey Login 1.0.2

Post by modelrockettier »

Modification Name: Yubikey Login
Author: ModelRockettier

Modification Description: Allows users to log in using their Yubico Yubikey.
Modification Version: 1.0.2

Features:
  • User login with a Yubikey (through use of the Yubico API)
  • Multifactor authentication
  • Users can easily reset multifactor settings if Yubikey is lost/stolen
  • Multiple Yubikeys attached to the same account
  • Personal Yubikey management through the UCP
  • Admin Yubikey management through the ACP
  • Easily enable/disable the mod and edit the Yubico API settings through the ACP
Screenshots: Gallery

Demo URL: http://forums.clan-555.com
Demo User: The nature of the demo requires that users have a Yubikey and create an account

Modification Download: Download

Additional Notes: PHP 5 with cURL support highly recommended, however it fall back to HTTPS using fsockopen with OpenSSL, and further fall back to querying the Yubico servers over unencrypted HTTP via fsockopen if both cURL and OpenSSL are not enabled.
Although PHP5 is recommended, everything except signature verification (from the yubico servers) will work in PHP 4.
Last edited by modelrockettier on Thu Feb 09, 2012 9:10 am, edited 4 times in total.
modelrockettier
Registered User
Posts: 8
Joined: Tue Sep 08, 2009 3:21 am
Location: Oregon, USA
Name: Tim
Contact:

Re: [BETA] Yubikey Login 1.0.0

Post by modelrockettier »

any feedback would be appreciated
User avatar
rossnick
Registered User
Posts: 52
Joined: Thu Nov 22, 2001 5:55 pm
Location: Québec, Canada

Re: [BETA] Yubikey Login 1.0.0

Post by rossnick »

I installed the version 1.0.1 of this mod onto my forum. I am in the process of translating into french the langure. I would like to have some explainaition of the 3 radio options in the UCP section. I'm not sure about the exact difference between the 3 options.
Nicolas Ross
640kb Productions, Personal blog (not very updated often)

In most countries selling harmful things
like drugs is punishable. Then howcome people
can sell Microsoft software and go unpunished?
modelrockettier
Registered User
Posts: 8
Joined: Tue Sep 08, 2009 3:21 am
Location: Oregon, USA
Name: Tim
Contact:

Re: [BETA] Yubikey Login 1.0.0

Post by modelrockettier »

The first one, "Deny Yubikey login without username", makes it so that the user can't log in with just a Yubikey OTP (so they would need their username and then either a password or an OTP).

The second one, "Require Yubikey to log in", disables the username/password login.

The third one, "User multifactor authentication", requires the user to log in with a valid yubikey OTP, username, and password (all 3 fields must be filled with valid information). Also, this option by nature selects the previous two options.
User avatar
rossnick
Registered User
Posts: 52
Joined: Thu Nov 22, 2001 5:55 pm
Location: Québec, Canada

Re: [BETA] Yubikey Login 1.0.0

Post by rossnick »

Thanks, I'll provide the translated file into french when I'm finished...
Nicolas Ross
640kb Productions, Personal blog (not very updated often)

In most countries selling harmful things
like drugs is punishable. Then howcome people
can sell Microsoft software and go unpunished?
modelrockettier
Registered User
Posts: 8
Joined: Tue Sep 08, 2009 3:21 am
Location: Oregon, USA
Name: Tim
Contact:

Re: [BETA] Yubikey Login 1.0.0

Post by modelrockettier »

Alright, Thanks for the feedback, I will try to improve the wording for those options in the next version
modelrockettier
Registered User
Posts: 8
Joined: Tue Sep 08, 2009 3:21 am
Location: Oregon, USA
Name: Tim
Contact:

Re: [RC] Yubikey Login 1.0.2

Post by modelrockettier »

After a long absence, I have submitted version 1.0.2 for validation into the mod database. Any feedback will be appreciated.
prova2123
Registered User
Posts: 12
Joined: Thu Nov 15, 2012 10:27 am

Re: [RC] Yubikey Login 1.0.2

Post by prova2123 »

Hello, can you give some better indication on how to install this in PHPBB after having installed all the necessary software (php curl etc...)

thank you
modelrockettier
Registered User
Posts: 8
Joined: Tue Sep 08, 2009 3:21 am
Location: Oregon, USA
Name: Tim
Contact:

Re: [RC] Yubikey Login 1.0.2

Post by modelrockettier »

It's as simple as opening up the install.xml file in a web browser and following the instructions.
shiftingtin.com
Registered User
Posts: 14
Joined: Tue Nov 20, 2012 2:11 pm
Contact:

Re: [RC] Yubikey Login 1.0.2

Post by shiftingtin.com »

Thanks for the mod, downloaded. I will let you know of any issues I encounter with it.
prova2123
Registered User
Posts: 12
Joined: Thu Nov 15, 2012 10:27 am

Re: [RC] Yubikey Login 1.0.2

Post by prova2123 »

Does it work with postgres sql?
prova2123
Registered User
Posts: 12
Joined: Thu Nov 15, 2012 10:27 am

Re: [RC] Yubikey Login 1.0.2

Post by prova2123 »

prova2123 wrote:Does it work with postgres sql?
Yes i works, just little modification in the index.php to conver the SQL

INTEGER(x) -> INTEGER
UNSIGNED -> nothing
IF NOT -> postgres version above 9.1
modelrockettier
Registered User
Posts: 8
Joined: Tue Sep 08, 2009 3:21 am
Location: Oregon, USA
Name: Tim
Contact:

Re: [RC] Yubikey Login 1.0.2

Post by modelrockettier »

prova2123 wrote:
prova2123 wrote:Does it work with postgres sql?
Yes i works, just little modification in the index.php to conver the SQL

INTEGER(x) -> INTEGER
UNSIGNED -> nothing
IF NOT -> postgres version above 9.1
Thanks for the information,
I'll try to make the mod a little more database-agnostic in the next version, which I'm hoping I'll get some time to finish up before the end of the year.
prova2123
Registered User
Posts: 12
Joined: Thu Nov 15, 2012 10:27 am

Re: [RC] Yubikey Login 1.0.2

Post by prova2123 »

I think there is an issue with subsilver...

I am not sure, but the log in page is missing the user name and password field, or am i wrong?
prova2123
Registered User
Posts: 12
Joined: Thu Nov 15, 2012 10:27 am

Re: [RC] Yubikey Login 1.0.2

Post by prova2123 »

never mind it works...

the issue is that if you do not activate subsilver BEFORE the installation, then it will not work ofc..

i tried to copy the prosilver files inside the subsilver one and it didnt work...

i didnt know that the code was so different from the two styles...
Locked

Return to “[3.0.x] Abandoned MODs”