You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2018. It is now read-only.
With the Okta version of the Stormpath SDK, we're getting these same results (loss of custom profile attributes) in the following scenarios:
To reset a forgotten password: Application.resetPassword(token, password)
To update a password: resolve Account from servlet request, Account.setPassword(), Account.save()
In each case I'd view that as a problem in that I wouldn't expect either of those methods to update anything other than a password.