mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 19:18:55 -07:00
Simpler forgot password functionality (#2393)
* Simpler forgot password functionality (Server/Client)
This commit is contained in:
parent
b64eab204c
commit
0cfa6863d5
36 changed files with 1190 additions and 173 deletions
9
common/pb/response_forgotpasswordrequest.proto
Normal file
9
common/pb/response_forgotpasswordrequest.proto
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
syntax = "proto2";
|
||||
import "response.proto";
|
||||
|
||||
message Response_ForgotPasswordRequest {
|
||||
extend Response {
|
||||
optional Response_ForgotPasswordRequest ext = 1016;
|
||||
}
|
||||
optional bool challenge_email = 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue