[
http://jira.magnolia-cms.com/browse/MGNLPUR-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Haderka reopened MGNLPUR-69:
--------------------------------
{noformat}
userManager.setProperty(u, "token",
ValueFactoryImpl.getInstance().createValue(token));
{noformat}
Why do you use internal JR specific class to set value of String property
instead of setting it directly? Same for long few lines above.
{noformat}
Long.parseLong(user.getProperty("tokenExpiration"))
{noformat}
Same on retrieval. {{user.getProperty("tokenExpiration")).getLong()}} should be
used instead of getting property and then parsing output of its toString()
method.
> Provide a way to change password without sending it as plain text
> -----------------------------------------------------------------
>
> Key: MGNLPUR-69
> URL: http://jira.magnolia-cms.com/browse/MGNLPUR-69
> Project: Magnolia Public User Registration
> Issue Type: Improvement
> Reporter: Ondřej Chytil
> Assignee: Jaroslav Simak
> Priority: Major
> Fix For: 1.3.2, 1.4.2
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------