Page MenuHomeDevCentral

New artisan command: account:reset
ClosedPublic

Authored by dereckson on Jul 13 2015, 21:12.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 30, 21:26
Unknown Object (File)
Sat, Mar 22, 14:14
Unknown Object (File)
Thu, Mar 20, 06:19
Unknown Object (File)
Mon, Mar 17, 22:25
Unknown Object (File)
Mon, Mar 17, 18:23
Unknown Object (File)
Sat, Mar 15, 11:02
Unknown Object (File)
Mon, Mar 10, 21:33
Unknown Object (File)
Mon, Mar 10, 14:37
Subscribers
None

Details

Summary

./artisan account:reset <id, username or mail>

Fixes T482.

Test Plan

./artisan account:reset 5
./artisan account:reset quux --subject="Quuxians, révoltez-vous"

Diff Detail

Repository
rGROVE Auth Grove
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to New artisan command: account:reset.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson added inline comments.
app/Console/Commands/AccountReset.php
35

Whitespace issue.

48

Regardless of the misspelling, l10n is the preferred form.

72

Whitespace issue.

78

Whitespace issue.

90

Whitespace issue.

Two other issues:

app/Console/Commands/AccountReset.php
9

Extraneous \n

12

No need to rename this one.

dereckson edited edge metadata.

Whitespace fixes, l10n.

dereckson edited edge metadata.
This revision is now accepted and ready to land.Jul 13 2015, 21:36
This revision was automatically updated to reflect the committed changes.