Ignore:
Timestamp:
05/23/19 10:42:24 (5 years ago)
Author:
bln4
Message:

Updated authentication frameset. New frame for submitting trusted password usernames.
Beginning of purge for wording 'Colleague'. Changing to 'Trusted User'

File:
1 edited

Legend:

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

    r1367 r1368  
    9494         * @param tags
    9595         */
    96         public static void confirmIntergalacticNumberAndAlertColleagues(Map<AuthenticationTag, String> tags) {
     96        public static void confirmIntergalacticNumberAndAlertTrustedUsers(Map<AuthenticationTag, String> tags) {
    9797                // Confirm intergalactic numbers match
    9898                String username = tags.get(AuthenticationTag.Username);
     
    141141                        sendEmail(colleagueTwoEmail, sb);
    142142                       
    143                         MessageBay.displayMessage("Identity confirmed.  Your password colleagues have been contacted via one-off secure Expeditee message.  "
     143                        MessageBay.displayMessage("Identity confirmed.  Your trusted contacts have been notified via one-off secure Expeditee message.  "
    144144                                        + "You will recieve an email message with a password share from each once they have completed their part of the process.  Enter them below.");
    145145                } catch (MessagingException e) {
     
    155155                                fileName = in.nextLine();
    156156                        } catch (IOException e) {
    157                                 MessageBay.errorMessage("Unable to password colleague frame for specified user, are they registered on this computer?");
     157                                MessageBay.errorMessage("Unable to find trusted users contact frame for specified user, are they registered on this computer?");
    158158                                return null;
    159159                        }
    160160                } else {
    161                         MessageBay.errorMessage("Unable to password colleague frame for specified user, are they registered on this computer?");
     161                        MessageBay.errorMessage("Unable to find trusted users contact frame for specified user, are they registered on this computer?");
    162162                        return null;
    163163                }
Note: See TracChangeset for help on using the changeset viewer.