Blog Sections Open

Disabling Email Activation in WebSignUp

If new users should start working immediately after signup, the registration flow has to switch from activation-first to trusted or moderated onboarding.

Some Evolution CMS projects do not want an email activation step after registration. Instead, they want users to sign up and start working right away, or to be approved manually later.

What changes

The registration process shifts from “activate by email” to either immediate access or admin-mediated approval. That means the signup flow, confirmation messaging, and trust assumptions all need to match.

Recommendation

Before disabling activation, decide whether the site is using trust-based signup, moderation, or another verification layer. Removing activation is easy; replacing the trust model is the important part.

Newer post

Handling Multiple Prices for One Shopkeeper Product

When one product has several variants with separate prices and quantities, the cart model needs to represent the variant explicitly instead of treating the item as one flat product row.

Older post

Showing Recent JotX Comments from Selected Pages

A recent-comments block works best when the comment source scope is explicit — otherwise the widget can quietly fall back to comments from everywhere.