mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 17:28:54 +00:00
9465434826
* Change email functionality * Code review changes for @groob * Name change per @groob * Code review changes per @marpaia Also added addition non-happy path tests to satisfy concerns by @groob
10 lines
223 B
Go
10 lines
223 B
Go
package inmem
|
|
|
|
func (ds *Datastore) PendingEmailChange(uid uint, newEmail, token string) error {
|
|
panic("deprecated")
|
|
}
|
|
|
|
func (ds *Datastore) ConfirmPendingEmailChange(token string) (string, error) {
|
|
panic("deprecated")
|
|
}
|