njam
-
6 votes
njam
shared this idea and gave it 3 votes
·
-
64 votescompleted ·
AdminIrene
(Admin, SkaDate Software) responded
The passwords encryption has been implemented in SkaDate 8.0.2324
njam
gave this 3 votes
·
njam
shared this idea
·
-
14 votescompleted ·
AdminIrene
(Admin, SkaDate Software) responded
This has been implemented in SkaDate 8 Engage.
njam
gave this 1 vote
·
-
4 votes
njam
shared this idea and gave it 1 vote
·
-
4 votescompleted ·
AdminIrene
(Admin, SkaDate Software) responded
This has been done.
njam
shared this idea and gave it 1 vote
·
-
7 votesdeclined ·
AdminIrene
(Admin, SkaDate Software) responded
We already have a Customer Support forum for bug reporting.
The suggestion is moved to ‘declined’
njam
shared this idea and gave it 1 vote
·
-
16 votes
njam
shared this idea and gave it 2 votes
·
-
When a user logs in to mobile edition it should take them to "Recent Activity" first! Like facebook.
4 votesdeclined ·
AdminIrene
(Admin, SkaDate Software) responded
We will not implement this feature in SkaDate Software
njam
gave this 1 vote
·
-
17 votescompleted ·
AdminIrene
(Admin, SkaDate Software) responded
This feature has been implemented.
njam
commented
·
I think this would make sense for all automatically generated emails. Everything that is not directly the result of a user-interaction of which it is the intention that an email will be sent.
(So an exceptions would probably be: contact-form).I do not know all the occasions on which emails are sent. Here is a grep for “app_Mail::createMessage” over the skadate 1365-code:
=============
$ grep -rl “app_Mail::createMessage” skadate-7.0.1365
skadate-7.0.1365/admin/inc/class.admin_membership.php
skadate-7.0.1365/admin/inc/class.admin_profile.php
skadate-7.0.1365/admin/inc/fnc.auth.php
skadate-7.0.1365/admin/inc/fnc.scheduler.php
skadate-7.0.1365/admin/mail_scheduler_tpl.php
skadate-7.0.1365/admin/mass_mailing.php
skadate-7.0.1365/admin/profile_list.php
skadate-7.0.1365/admin/rsp/profile.rsp.php
skadate-7.0.1365/affiliate/inc/fnc.affiliate.php
skadate-7.0.1365/internals/Apps/Affiliate.app.php
skadate-7.0.1365/internals/Apps/EmailVerification.app.php
skadate-7.0.1365/internals/Apps/EventService.app.php
skadate-7.0.1365/internals/Apps/Forum.app.php
skadate-7.0.1365/internals/Apps/FriendNetwork.app.php
skadate-7.0.1365/internals/Apps/Groups.app.php
skadate-7.0.1365/internals/Apps/Invitation.app.php
skadate-7.0.1365/internals/Apps/JoinProfile.app.php
skadate-7.0.1365/internals/Apps/MailBox.app.php
skadate-7.0.1365/internals/Apps/Membership.app.php
skadate-7.0.1365/internals/Apps/Profile.app.php
skadate-7.0.1365/internals/Forms/MemberFeedback.form.php
skadate-7.0.1365/internals/Forms/SendProfile.form.php
=============My first guess is that only the following occurences are exceptions:
- internals/Forms/MemberFeedback.form.php (for the recipient-address)
- admin/inc/class.admin_* (maybe?)On the other hand it would maybe also be an option just to specify special email-addresses as the recipients for the contact-form. Since there you definitely don’t want an undeliverable email-address, while one might want that for automated outgoing emails.
Sincerely
njam
gave this 1 vote
·
On the topic: http://stackoverflow.com/questions/401656/secure-hash-and-salt-for-php-passwords