Changeset 1482 for trunk


Ignore:
Timestamp:
12/03/19 17:09:18 (4 years ago)
Author:
bnemhaus
Message:
 
Location:
trunk/src/org/expeditee/auth
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/auth/Actions.java

    r1476 r1482  
    326326                        userData.put(AuthenticationTag.Email, email);
    327327                        Password.generateAndDeliverIntergalacticNumber(userData);
    328                         MessageBay.displayMessage("A identity number has been sent to the email "
     328                        MessageBay.displayMessage("An identity number has been sent to the email "
    329329                                        + "associated with your account.  Enter it below to proceed.");
    330330                }
  • trunk/src/org/expeditee/auth/account/Password.java

    r1481 r1482  
    8080                        sb.append("You are receiving this email because someone is attempting to reset your Expeditee password." + nl);
    8181                        sb.append("If you did not make this request then no action is required." + nl);
    82                         sb.append("If it was you who made this request, the following string of characters is your intergalactic number: " + intergalacticNumber + nl);
     82                        sb.append("If it was you who made this request, the following string of characters is your identity number: " + intergalacticNumber + nl);
    8383                       
    8484                        sendEmail(email, sb);           
Note: See TracChangeset for help on using the changeset viewer.