helpers

package
v0.0.0-...-cc54612 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2019 License: ISC, MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddPasswordResetToken

func AddPasswordResetToken(dbMap *gorp.DbMap, email string) (*models.User, error)

func EmailChangeComplete

func EmailChangeComplete(dbMap *gorp.DbMap, token string) error

func EmailChangeTokenExists

func EmailChangeTokenExists(dbMap *gorp.DbMap, token string) (*models.EmailChange, error)

func EmailExists

func EmailExists(dbMap *gorp.DbMap, email string) (*models.User, error)

func EmailVerificationComplete

func EmailVerificationComplete(dbMap *gorp.DbMap, token string) error

func EmailVerificationTokenExists

func EmailVerificationTokenExists(dbMap *gorp.DbMap, token string) (*models.User, error)

func Login

func Login(dbMap *gorp.DbMap, email string, password string) (*models.User, error)

Login looks up a user by email and validates the provided clear text password against the bcrypt hashed password stored in the DB. Returns the *User and an error. On failure *User is nil and error is non-nil. On success, error is nil.

func Parse

func Parse(t *template.Template, name string, data interface{}) string

func PasswordResetTokenDelete

func PasswordResetTokenDelete(dbMap *gorp.DbMap, token string) error

func PasswordResetTokenExists

func PasswordResetTokenExists(dbMap *gorp.DbMap, token string) (*models.PasswordReset, error)

func PasswordValidById

func PasswordValidById(dbMap *gorp.DbMap, id int64, password string) (*models.User, error)

func UpdateUserPasswordById

func UpdateUserPasswordById(dbMap *gorp.DbMap, id int64, password []byte) (*models.User, error)

func UpdateVoteBitsByID

func UpdateVoteBitsByID(dbMap *gorp.DbMap, id int64, voteBits uint16) (*models.User, error)

func UpdateVoteBitsVersionByID

func UpdateVoteBitsVersionByID(dbMap *gorp.DbMap, id int64, voteVersion uint32) (*models.User, error)

func UserIDExists

func UserIDExists(dbMap *gorp.DbMap, userid int64) (*models.User, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL