diff --git a/.gitignore b/.gitignore index 0a4cee6..9728bb6 100644 --- a/.gitignore +++ b/.gitignore @@ -161,3 +161,4 @@ Resources.zip *.pdb obj/Release/Connect.Modules.AccountRegistration.xml *.cache +Resources.zip.manifest diff --git a/Templates/Connect/Email.Admin.txt b/Templates/Connect/Email.Admin.txt deleted file mode 100644 index 6517be1..0000000 --- a/Templates/Connect/Email.Admin.txt +++ /dev/null @@ -1,24 +0,0 @@ - -

A user has registered an account on the website [PORTALNAME].

-

The registration mode of the portal is set to [REGISTRATIONMODE], so the following action is necessary:

- -

Details about the account

- - - - - - - - - - -
Username:[USERNAME]
Name:[FIRSTNAME] [LASTNAME]
E-Mail Adress:[EMAIL]
- -
- Click to manage Account -
- - diff --git a/Templates/Connect/Email.User.Private.txt b/Templates/Connect/Email.User.Private.txt deleted file mode 100644 index b12d917..0000000 --- a/Templates/Connect/Email.User.Private.txt +++ /dev/null @@ -1,29 +0,0 @@ - -

Dear [DISPLAYNAME],

-

your user account on the website [PORTALNAME] has been created succesfully. In order to log on to your account you will have to wait until we have verified your account details and activate your account. This may take up to 24 hours and you will receive another notification e-mail as soon as this process has been finished.

- -

For now it is already adviseable to keep your registration details in a safe place in case you need it one day.

- -

Details about your account

- - - - - - - - - - - -
Username:[USERNAME]
Password:[PASSWORD]
E-Mail Adress:[EMAIL]
- -

- Once we have activated your account you can use the following link to manage your account details: -

- -
- Click to manage Account -
- - diff --git a/Templates/Connect/Email.User.Verified.txt b/Templates/Connect/Email.User.Verified.txt deleted file mode 100644 index 5855d7f..0000000 --- a/Templates/Connect/Email.User.Verified.txt +++ /dev/null @@ -1,36 +0,0 @@ -This is the default template: - -

Dear [DISPLAYNAME],

-

your user account on the website [PORTALNAME] has been created succesfully. To finalize the activation of the account we require you to verify your e-mail address. This is to prevent automated systems to register accounts on our website and we're trying to make that last step as easy as possible for you. Simply click on the link below and your account will be activated instantly. In case you will be asked of a verification code while logging on to the website you can also enter the key provided below.

- -
- Click to activate Account -
- -

It is adviseable to keep your registration details in a safe place in case you need it one day.

- -

Details about your account

- - - - - - - - - - - - - -
Username:[USERNAME]
Password:[PASSWORD]
Verification Code:[VERIFICATIONCODE]
E-Mail Adress:[EMAIL]
- -

- Once your account is activated you can use the following link to manage your account details: -

- -
- Click to manage Account -
- - diff --git a/Templates/Connect/Email.User.txt b/Templates/Connect/Email.User.txt deleted file mode 100644 index 7904a7b..0000000 --- a/Templates/Connect/Email.User.txt +++ /dev/null @@ -1,28 +0,0 @@ - -

Dear [DISPLAYNAME],

-

your user account on the website [PORTALNAME] has been created succesfully.

-

It is adviseable to keep your registration details in a safe place in case you need it one day.

- -

Details about your account

- - - - - - - - - - -
Username:[USERNAME]
Password:[PASSWORD]
E-Mail Adress:[EMAIL]
- -
- Click to manage Account -
- -

- Best wishes,
the team from [PORTALNAME] -

-

- [PORTALURL] -

\ No newline at end of file diff --git a/Templates/Connect/Form.txt b/Templates/Connect/Form.txt deleted file mode 100644 index b3a8272..0000000 --- a/Templates/Connect/Form.txt +++ /dev/null @@ -1,101 +0,0 @@ -
- - - -
- -
- [DNNLBL:USER:Username:HideRequired] - [CTL:USER:Username] - [REQUIRED:USER:Username] -
- -
- [DNNLBL:USER:Email:HideRequired] - [CTL:USER:Email] - [REQUIRED:USER:Email] -
- -
- [DNNLBL:USER:Firstname:HideRequired] - [CTL:USER:Firstname] - [REQUIRED:USER:Firstname] -
- -
- [DNNLBL:USER:Lastname:HideRequired] - [CTL:USER:Lastname] - [REQUIRED:USER:Lastname] -
- -
- [DNNLBL:USER:Password1:HideRequired] - [CTL:USER:Password1] - [REQUIRED:USER:Password1] -
- -
- [DNNLBL:USER:Password2:HideRequired] - [CTL:USER:Password2] - [REQUIRED:USER:Password2] -
- - - -
- -
- - -
- [DNNLBL:LOGIN:Username] - [CTL:LOGIN:Username] -
- -
- [DNNLBL:LOGIN:Password] - [CTL:LOGIN:Password] -
- -
- [DNNLBL:LOGIN:Remember] - [CTL:LOGIN:Remember] -
- - - - -
-
- - \ No newline at end of file