Ignore:
Timestamp:
04/11/19 16:19:58 (5 years ago)
Author:
bln4
Message:

MailBay and MessageBay instances are now encrypted with ProfileEncryption

File:
1 edited

Legend:

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

    r1303 r1304  
    174174                       
    175175                        createAccount(userData);
    176                         login(userData);
     176                        Authenticate.login(userData);
    177177                        AuthenticatorBrowser.Authenticated = true;
    178178                } else {
     
    439439                        f.setChanged(true);
    440440                        if (f.getNumber() != AuthenticatorBrowser.CREDENTIALS_FRAME) {
    441                                 f.setEncryptionLabel("Profile");
     441                                f.setEncryptionLabel(AuthenticatorBrowser.PROFILEENCRYPTIONLABEL);
    442442                        }
    443443                        Collection<Item> secretsLink = getByContent(f, "Secrets");
Note: See TracChangeset for help on using the changeset viewer.