log.Println("[ERROR] Failed to generate session ID at",strconv.FormatInt(time.Now().Unix(),10)+":",err)
c.String(500,"Something went wrong on our end. Please report this bug at https://centrifuge.hectabit.org/hectabit/ctamail and refer to the docs for more info. Your error code is: UNKNOWN-SIGNUP-SESSIONIDGEN")
log.Println("[ERROR] Failed to generate captcha at",strconv.FormatInt(time.Now().Unix(),10)+":",err)
c.String(500,"Something went wrong on our end. Please report this bug at https://centrifuge.hectabit.org/hectabit/ctamail and refer to the docs for more info. Your error code is: UNKNOWN-SIGNUP-CAPTCHAGEN")
log.Println("[ERROR] Failed to save session in /login at",strconv.FormatInt(time.Now().Unix(),10)+":",err)
c.String(500,"Something went wrong on our end. Please report this bug at https://centrifuge.hectabit.org/hectabit/ctamail and refer to the docs for more info. Your error code is: UNKNOWN-SIGNUP-SESSIONSAVE")
log.Println("[ERROR] Failed to encode captcha at",strconv.FormatInt(time.Now().Unix(),10)+":",err)
c.String(500,"Something went wrong on our end. Please report this bug at https://centrifuge.hectabit.org/hectabit/ctamail and refer to the docs for more info. Your error code is: UNKNOWN-SIGNUP-CAPTCHAENCODE")
log.Println("[ERROR] Failed to save session in /api/signup at",strconv.FormatInt(time.Now().Unix(),10)+":",err)
c.String(500,"Something went wrong on our end. Please report this bug at https://centrifuge.hectabit.org/hectabit/ctamail and refer to the docs for more info. Your error code is: UNKNOWN-API-SIGNUP-SESSIONSAVE")
log.Println("[ERROR] Failed to hash password in /api/signup at",time.Now().Unix(),err)
c.String(500,"Something went wrong on our end. Please report this bug at https://centrifuge.hectabit.org/hectabit/ctamail and refer to the docs for more info. Your error code is: UNKNOWN-API-SIGNUP-PASSHASH")
log.Println("[ERROR] Failed to query database in /api/login at",strconv.FormatInt(time.Now().Unix(),10)+":",err)
c.String(500,"Something went wrong on our end. Please report this bug at https://centrifuge.hectabit.org/hectabit/ctamail and refer to the docs for more info. Your error code is: UNKNOWN-API-LOGIN-DBQUERY")
log.Println("[ERROR] Failed to query database in /api/deleteacct at",strconv.FormatInt(time.Now().Unix(),10)+":",err)
c.String(500,"Something went wrong on our end. Please report this bug at https://centrifuge.hectabit.org/hectabit/ctamail and refer to the docs for more info. Your error code is: UNKNOWN-API-DELETEACCT-DBQUERY")
log.Println("[ERROR] Failed to get rows affected in /api/deleteacct at",strconv.FormatInt(time.Now().Unix(),10)+":",err)
c.String(500,"Something went wrong on our end. Please report this bug at https://centrifuge.hectabit.org/hectabit/ctamail and refer to the docs for more info. Your error code is: UNKNOWN-API-DELETEACCT-ROWSAFFECTED")
log.Println("[ERROR] Failed to hash password in /api/changepass at",time.Now().Unix(),err)
c.String(500,"Something went wrong on our end. Please report this bug at https://centrifuge.hectabit.org/hectabit/ctamail and refer to the docs for more info. Your error code is: UNKNOWN-API-CHANGEPASS-PASSHASH")
log.Println("[ERROR] Failed to query database in /api/changepass at",strconv.FormatInt(time.Now().Unix(),10)+":",err)
c.String(500,"Something went wrong on our end. Please report this bug at https://centrifuge.hectabit.org/hectabit/ctamail and refer to the docs for more info. Your error code is: UNKNOWN-API-CHANGEPASS-DBQUERY")
log.Println("[ERROR] Failed to get rows affected in /api/changepass at",strconv.FormatInt(time.Now().Unix(),10)+":",err)
c.String(500,"Something went wrong on our end. Please report this bug at https://centrifuge.hectabit.org/hectabit/ctamail and refer to the docs for more info. Your error code is: UNKNOWN-API-CHANGEPASS-ROWSAFFECTED")