New WISH to the WEB LINK

Post here if you have some suggestions or you want to request a new feature.
Post Reply
StenAaboHansen
Posts: 40
Joined: Mon Feb 09, 2015 8:50 pm

New WISH to the WEB LINK

Post by StenAaboHansen »

Would it be possibel to split the MAIL to the reciever of the WEB LINK in 2 parts, one part containing the WEBLINK and other info around the LINK and a second part containing only the PASSWORD.

Then the solotion will be at slice more secure.

Yours

Sten Aabo Hansen
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: New WISH to the WEB LINK

Post by FTP »

OK, just modify the file "webclient/weblink_update.html", replace something from line 49 to line 102.
StenAaboHansen
Posts: 40
Joined: Mon Feb 09, 2015 8:50 pm

Re: New WISH to the WEB LINK

Post by StenAaboHansen »

Thanks - it function with my local modification.

1) copy the variable content and name it content1
2) deleting the line with PASSWORD within content
3) deleting the line with WEBLINK within content1
4) copy then line c_sendmessage
5) rename content to content1 within the new line.
6) deliting the message line within content2

later I have to build some control and error handling.

And then I have the following request - Is it anyting you will consider within future versions. then i will not have to change it again in future versions.

yours

Sten
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: New WISH to the WEB LINK

Post by FTP »

OK, we will consider to add a feature for customizing the WebLink email content.
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: New WISH to the WEB LINK

Post by FTP »

The new version 4.7.6 is out, now you can backup the customized html file as a ".bak" file, then it will be restored after an upgrade (in other word, the customized file won't be overwritten), for example, after modifying the file "webclient/login.html", then backup the file as "webclient/login.html.bak".

And here are the html files which support auto-restore:
  • /webclient/login.html
    /webclient/main.html
    /webclient/login_m.html
    /webclient/main_m.html
    /webclient/weblink_update.html
    /webclient/plugins/sendfiles/generate_weblinks.html
Post Reply