Searched defs:email (Results 1 – 12 of 12) sorted by relevance
/webtrees/app/ |
H A D | User.php | 38 private string $email; variable in Fisharebest\\Webtrees\\User 49 public function __construct(int $user_id, string $user_name, string $real_name, string $email) 77 public function email(): string function in Fisharebest\\Webtrees\\User 89 public function setEmail(string $email): User 212 public function setPassword(#[\SensitiveParameter] string $password): User
|
H A D | GuestUser.php | 31 private string $email; variable in Fisharebest\\Webtrees\\GuestUser 39 public function __construct(string $email = 'GUEST_USER', string $real_name = 'GUEST_USER') 60 public function email(): string function in Fisharebest\\Webtrees\\GuestUser
|
H A D | SiteUser.php | 47 public function email(): string function in Fisharebest\\Webtrees\\SiteUser
|
H A D | NoReplyUser.php | 44 public function email(): string function in Fisharebest\\Webtrees\\NoReplyUser
|
H A D | TreeUser.php | 55 public function email(): string function in Fisharebest\\Webtrees\\TreeUser
|
/webtrees/app/Services/ |
H A D | UserService.php | 61 public function findByEmail(string $email): User|null 315 … create(string $user_name, string $real_name, string $email, #[\SensitiveParameter] string $passwo…
|
H A D | EmailService.php | 180 public function isValidEmail(string $email): bool
|
/webtrees/tests/app/Services/ |
H A D | EmailServiceTest.php | 110 public function testIsValidEmail(string $email, bool $is_valid): void
|
/webtrees/app/Contracts/ |
H A D | UserInterface.php | 67 public function email(): string; function
|
/webtrees/app/Http/RequestHandlers/ |
H A D | RegisterAction.php | 247 string $email,
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/forms/dialogs/ |
H A D | textfield.js | 5 …asAttribute(this.id)&&a.getAttribute(this.id);this.setValue(a||"")}var g={email:1,password:1,searc… property
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 936 g=0,h={email:1,password:1,search:1,tel:1,text:1,url:1},l={checkbox:"input[type,name,checked,require… property
|