Ignore:
Timestamp:
03/25/19 14:33:31 (5 years ago)
Author:
bln4
Message:

On profile creation a new parameter has been introducted. By passing a map, the user is able to nominate settings frames for which to be notified of their construction.

The above functionalty has been used to programmatically establish the frame number for a users credentials frame.

On user account creation, the users credential frame is migrated to the <username>-credentials folder and a redirect is setup. Functionality for doing this has been generisised and placed in FrameIO.

File:
1 edited

Legend:

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

    r1267 r1270  
    6464       
    6565        // The frame number of the frame containing the current authenticated users public key.
    66         public static int CREDENTIALS_FRAME = 13;
     66        public static int CREDENTIALS_FRAME = -1;
    6767        public static final String ADMINACCOUNT = "authadmin";
    6868       
Note: See TracChangeset for help on using the changeset viewer.