typo
This commit is contained in:
		
							
								
								
									
										2
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.go
									
									
									
									
									
								
							@@ -84,7 +84,7 @@ func Register(username, email, ip string) bool {
 | 
			
		||||
		log.Printf("scsusers.Register: Bcrypt GenerateFromPassword failed? Pass is %s and error is %s\n", pass, err.Error())
 | 
			
		||||
		return false
 | 
			
		||||
	}
 | 
			
		||||
	q := fmt.Sprintf("insert into %s_auth (username, , displayname, email, password, registration_date, registration_ip) values ($1, $2, $3, CURRENT_TIMESTAMP, $4)", c.TablePrefix)
 | 
			
		||||
	q := fmt.Sprintf("insert into %s_auth (username, displayname, email, password, registration_date, registration_ip) values ($1, $2, $3, CURRENT_TIMESTAMP, $4)", c.TablePrefix)
 | 
			
		||||
	_, err = c.db.Exec(q, username, username, email, crypt, ip)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		log.Printf("scsusers.Register: insert failed: %s\n", err.Error())
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user