12 lines
539 B
Markdown
12 lines
539 B
Markdown
# LoginServices
|
|
|
|
Abstract base for login service integration tests.
|
|
|
|
## Key Files
|
|
|
|
- **`AcLoginServiceServerTestBase.cs`** — 10 generic type parameters. Tests: RegisterUser (create + validate + cleanup), LoginUser (valid, wrong email, wrong password with error codes), ChangePassword (change + verify + restore).
|
|
|
|
---
|
|
|
|
> **LLM Maintenance:** If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.
|