source: trunk/src/org/expeditee/settings/identity/passwordrecovery/Colleagues.java@ 1363

Last change on this file since 1363 was 1363, checked in by bln4, 5 years ago

It is now possible to complete the process of recovering access to a Expeditee account. Further work, in the form of frames in the authentication frameset, are to follow.
A refactoring/tidy up has also been completed.

File size: 379 bytes
Line 
1package org.expeditee.settings.identity.passwordrecovery;
2
3import org.expeditee.setting.StringSetting;
4
5public class Colleagues {
6 public static final StringSetting Colleague_One = new StringSetting("Your first password recovery colleague.", null);
7 public static final StringSetting Colleague_Two = new StringSetting("Your second password recovery colleague.", null);
8}
Note: See TracBrowser for help on using the repository browser.