delboy1978uk / delboy1978uk/bone-user
change email form shouldn't have remember me field
Open
bug
good first issue
- Dominant language
- PHP
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
remove the remember me checkbox element here
https://github.com/delboy1978uk/bone-user/blob/master/src/Controller/BoneUserController.php#L593
```php
$form->getFields()->removeByName('remember');
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at src/Controller/BoneUserController.php around line 593 and inspect the change-email form fields. Confirm the remember checkbox is removed from that form, then verify the rendered form no longer includes it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- authentication, backend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100