Page MenuHomeDevCentral

New artisan command: account:reset
ClosedPublic

Authored by dereckson on Jul 13 2015, 21:12.
Tags
None
Referenced Files
F10801971: D26.diff
Sun, Jul 27, 06:52
F10793275: D26.id54.diff
Sun, Jul 27, 00:46
Unknown Object (File)
Sat, Jul 26, 13:58
Unknown Object (File)
Sat, Jul 26, 13:58
Unknown Object (File)
Sat, Jul 26, 02:00
Unknown Object (File)
Fri, Jul 25, 20:08
Unknown Object (File)
Fri, Jul 25, 18:41
Unknown Object (File)
Fri, Jul 25, 16:47
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.