Prime Login via E-Mail

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29353
Joined: Sat Aug 16, 2003 7:36 am

Prime Login via E-Mail

Post by Extensions Robot »

Modification name: Prime Login via E-Mail
Author: primehalo
Modification description: This MOD will let a user login with either their username or e-mail address. It will also prevent a user from registering with a username that matches another user's e-mail address.
Modification version: 1.3.2
Tested on phpBB version: 3.0.8

Download file: Prime Login via Email.zip
File size: 51.68 KiB

Modification overview page: View

The phpBB Team is not responsible nor required to provide support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB Extension Customisations Team may not be able to provide support.

-->Modification support<--
Last edited by Extensions Robot on Mon Sep 19, 2022 7:33 pm, edited 20 times in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28935
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier

Prime Login via E-Mail

Post by Paul »

Modification validated/released

Notes:
Neofcp
Registered User
Posts: 18
Joined: Fri Nov 16, 2007 1:13 pm

Re: Prime Login via E-Mail

Post by Neofcp »

Paul that mods works perfectly but there is nothing to advise members they can login with username or email ... could there be a way to make this display without affecting too much the coding
User avatar
EnjoyNIRVANA!
Registered User
Posts: 376
Joined: Mon Apr 18, 2005 12:57 pm
Location: Germany

Re: Prime Login via E-Mail

Post by EnjoyNIRVANA! »

Open login_body.html

<!-- FIND -->

Code: Select all

<dt><label for="{USERNAME_CREDENTIAL}">{L_USERNAME}:</label></dt>
<!-- REPLACE WITH -->

Code: Select all

<dt><label for="{USERNAME_CREDENTIAL}">{L_USERNAME_MAIL}:</label></dt>

Open language/common.php

<!-- FIND -->

Code: Select all

'USERNAME'				=> 'Username',
<!-- AFTER ADD -->

Code: Select all

'USERNAME_MAIL'				=> 'Username or e-Mail',
This should work.
Dragen
Registered User
Posts: 88
Joined: Mon Sep 05, 2005 4:17 pm

Re: Prime Login via E-Mail

Post by Dragen »

Brilliant! so simple, yet so helpful!
User avatar
stewaia
Registered User
Posts: 113
Joined: Tue Nov 06, 2007 7:42 pm

Re: Prime Login via E-Mail

Post by stewaia »

Great Mod! installed and added the indication and it works perfectly!
-Alex
The Stock Talk.net - Stock Picks, Analysis, and Discussion

"The eyes are the groin of the head." -Dwight Schrute
User avatar
shadav
Registered User
Posts: 150
Joined: Thu Dec 01, 2005 7:12 pm
Location: Drowning In Corn Fields

Re: Prime Login via E-Mail

Post by shadav »

very neat...

just a suggestion :D to even things out template wise lol

open index_body.html

find

Code: Select all

{L_USERNAME}:
replace with

Code: Select all

{L_USERNAME_MAIL}:
;) that way the log in on the index page also says username or email
g unit
Registered User
Posts: 28
Joined: Wed Jun 27, 2007 3:16 am
Location: Pennsylvania, USA

Re: Prime Login via E-Mail

Post by g unit »

Excellent Mod! :D
The Pub Playin Killas is a DOD:S and COD:WaW Team.
User avatar
yemenbz
Registered User
Posts: 56
Joined: Wed May 23, 2007 7:41 pm
Location: U.S.A.

Re: Prime Login via E-Mail

Post by yemenbz »

MOD Robot wrote: It will also prevent a user from registering with a username that matches another user's e-mail address.
What if this case already exist would it does any harm?
PhpBB Arabic Support Sites PhpBBArabia -- PhpBBEgypt -- PbpBB.bz
My Blog
User avatar
primehalo
Former Team Member
Posts: 2991
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA

Re: Prime Login via E-Mail

Post by primehalo »

yemenbz wrote:
MOD Robot wrote: It will also prevent a user from registering with a username that matches another user's e-mail address.
What if this case already exist would it does any harm?
Possibly, if the person with the email address for their username knows the password of the other user who registered using that email address.
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!
JoLivet
Registered User
Posts: 8
Joined: Mon May 07, 2007 11:43 am

Re: Prime Login via E-Mail

Post by JoLivet »

Should this mod work on version 3.0.0? Before I begin debugging :)
User avatar
primehalo
Former Team Member
Posts: 2991
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA

Re: Prime Login via E-Mail

Post by primehalo »

JoLivet wrote:Should this mod work on version 3.0.0? Before I begin debugging :)
Yes, it should.
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!
netjet5030
Registered User
Posts: 28
Joined: Wed Jan 23, 2008 5:03 pm

Re: Prime Login via E-Mail

Post by netjet5030 »

Thank you for this mod! It works perfectly and very easy to install.
User avatar
stewaia
Registered User
Posts: 113
Joined: Tue Nov 06, 2007 7:42 pm

Re: Prime Login via E-Mail

Post by stewaia »

I've encountered a problem with my login area and have this mod installed..can anyone help me get rid of the extra { and }: as well as get it to say user name or email

Image
-Alex
The Stock Talk.net - Stock Picks, Analysis, and Discussion

"The eyes are the groin of the head." -Dwight Schrute
User avatar
jrlcopy
Registered User
Posts: 44
Joined: Tue Dec 09, 2003 12:28 am

Re: Prime Login via E-Mail

Post by jrlcopy »

OMG.. I cannot thank this Mod enough!... It totally helped fix another issue that I was having with when I would create users though a coldfusion query... I dunno how it helped but it did.

Return to “[3.0.x] MOD Database Releases”