Changeset 33178


Ignore:
Timestamp:
2019-06-21T14:26:04+12:00 (5 years ago)
Author:
kjdon
Message:

hmvf param should be saved now - this is set when a user has accepted terms and conditions and done recaptcha - save this param, so they don't need to do t&c for every single document

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSParams.java

    r33077 r33178  
    7373        public static final String USERNAME = "username";
    7474        public static final String LOGOUT = "logout";
     75  public static final String VERIFIED = "hmvf";
    7576
    7677    // some standard arg values
     
    111112        // password is sensitive. don't save, but also don't return it in the page response
    112113        addParameter(PASSWORD, false, true);
     114        addParameter(VERIFIED, true);
    113115       
    114116    }
Note: See TracChangeset for help on using the changeset viewer.