Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TRUNK-3709 Secret answer should be encrypted #807

Closed
wants to merge 1 commit into from

Conversation

ujjwalarora
Copy link
Member

updated 1 test in OptionFormControllerTest and skipped 2 in ForgotpasswordFormControllerTest

TRUNK-3709

updated 1 test in OptionController and skipped 2 in ForgotpasswordForm
TRUNK-3709
@dkayiwa
Copy link
Member

dkayiwa commented Mar 21, 2014

@ujjwalarora you will need to create a new pull request to take care of my comments.

@dkayiwa dkayiwa closed this Mar 21, 2014
@@ -107,7 +106,7 @@ public static String encodeString(String strToEncode) throws APIException {
* @param strToEncode string to encode
* @return the SHA-1 encryption of a given string
*/
private static String encodeStringSHA1(String strToEncode) throws APIException {
public static String encodeStringSHA1(String strToEncode) throws APIException {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we really want to make this public?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have made it private again. Will commit soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants