forked from GNUsocial/gnu-social
		
	Added EmailAuthenticationPlugin Added ReverseUsernameAuthenticationPlugin Changed the StartChangePassword and EndChangePassword events to take a user, instead of a nickname User::allowed_nickname was declared non-static, but used as if it was static, so I made the declaration static
		
			
				
	
	
		
			8 lines
		
	
	
		
			305 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			305 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
The Email Authentication plugin allows users to login using their email address.
 | 
						|
 | 
						|
The provided email address is used to lookup the user's nickname, then that nickname and the provided password is checked.
 | 
						|
 | 
						|
Installation
 | 
						|
============
 | 
						|
add "addPlugin('emailAuthentication');" to the bottom of your config.php
 |