log user in after a successful sign up (#4615)
This commit is contained in:
		
					parent
					
						
							
								4a7de87071
							
						
					
				
			
			
				commit
				
					
						69a855f3d4
					
				
			
		
					 2 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -204,6 +204,7 @@ remember_me = Remember Me
 | 
				
			||||||
forgot_password_title= Forgot Password
 | 
					forgot_password_title= Forgot Password
 | 
				
			||||||
forgot_password = Forgot password?
 | 
					forgot_password = Forgot password?
 | 
				
			||||||
sign_up_now = Need an account? Register now.
 | 
					sign_up_now = Need an account? Register now.
 | 
				
			||||||
 | 
					sign_up_successful = Account was successfully created.
 | 
				
			||||||
confirmation_mail_sent_prompt = A new confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the registration process.
 | 
					confirmation_mail_sent_prompt = A new confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the registration process.
 | 
				
			||||||
reset_password_mail_sent_prompt = A confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the password reset process.
 | 
					reset_password_mail_sent_prompt = A confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the password reset process.
 | 
				
			||||||
active_your_account = Activate Your Account
 | 
					active_your_account = Activate Your Account
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -987,7 +987,8 @@ func SignUpPost(ctx *context.Context, cpt *captcha.Captcha, form auth.RegisterFo
 | 
				
			||||||
		return
 | 
							return
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	ctx.Redirect(setting.AppSubURL + "/user/login")
 | 
						ctx.Flash.Success(ctx.Tr("auth.sign_up_successful"))
 | 
				
			||||||
 | 
						handleSignInFull(ctx, u, false, true)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Activate render activate user page
 | 
					// Activate render activate user page
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue