hhhdg
Forum Replies Created
-
That is a bit strange. When you delete the user from the Simple Membership plugin (it will delete the corresponding WP user entry also).
My fault… Your are totally right about that. My modification to SwpmCronJob::delete_pending_accounts() which deleted swpm-accounts in pending state did not delete the wp-accounts. Deleting via swpm-backend deletes wp-accounts as well.
Is there no way to have a registration-email-confirmation-cycle with free levels?
Can you provide more information?
Like mentioned in my opening post, I want to have the following process.
- Customer visits a class in my school. Offline – payments are done “offline” as well.
- After class, I will give access to information on my site to that customer.
- Therefore he has to register using name and email.
- The plugin should do an email-confirmation-cycle, and drop non validated registrations after some weeks to keep the “real” user list short and remove spam-/fake-/incomplete-registrations.
- On successfull email-confirmation, the customer should get into a protected area with base information (= default membership level) and I want to receive an email, telling me to assign a new customer to its class (=individual membership level).
- I want to manually verify name and e-mail against my list of participants in class and allow that particular customer access to the pages with information of the class he visited before.
I mapped classes to membership levels – all free but membership-level dependend.
I think, the plugin does an activation-email-cycle instead of an registration-email-cycle in my setup and therefore all users are automatically “verified” even without clicking on a confirmation link from a registration email.
Thanks for your fast reply. But recaptcha will epose my customer to google tracking. After the google font cease-and-desist letters in Germany I don’t really want to give them the next chance…
Aperently, there is an easy solution which I tried last night: replacing ‘pending’ in the SQL statement in SwpmCronJob::delete_pending_accounts() does the job for me.
Unfortunately this will get lost on next update and moreover is not a general solution for other users. But maybe there is a chance for a feature request having this selectable by advanced settings?
Is there no way to have a registration-email-confirmation-cycle with free levels? I think my problem is the activation-email-confirmation-cycle is logically behind a registration-complete status of the user.
BTW: is it normal, that all swpm-accounts get mirrored to the wordpress-owned user account table? I figured out, that deleting those “activation pending”-accounts inside the plugin leaves those accounts created in the wordpress account table untouched. This means, by now I have to delete all accounts manually in both tables.
Forum: Plugins
In reply to: [LiteSpeed Cache] a::before content: field is trimmed by UCSSStill not working. Any ideas?