Page MenuHomeDevCentral

New artisan command: account:reset
ClosedPublic

Authored by dereckson on Jul 13 2015, 21:12.
Tags
None
Referenced Files
F7586811: D26.id52.diff
Tue, Apr 29, 06:29
Unknown Object (File)
Sat, Apr 26, 12:16
Unknown Object (File)
Sat, Apr 26, 07:21
Unknown Object (File)
Fri, Apr 25, 00:19
Unknown Object (File)
Thu, Apr 24, 04:09
Unknown Object (File)
Wed, Apr 23, 07:47
Unknown Object (File)
Wed, Apr 23, 00:11
Unknown Object (File)
Mon, Apr 21, 23:17
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.