Hi,
I have setup a create new user page with approval by user.
The account is created and the user receives an approval link. This is working.
But to my suprise the user does not need to use the approval link as his account is already active.
I do not understand how this should work. I have read the online documentation but this gives me no new clues.
How should i setup the module to get this working?
Kind regards,
Remi
Developer forum
E-mail notifications
Register new user with approval by user
Posted on 01/03/2011 11:18:10
Replies
Posted on 02/03/2011 07:29:24
Hi Remi!
I can't repeat this situation(( As you described, all should work fine.
In my case users aren't get activation until they replied to approval mail.
Send me please your site url, I will check settings.
Best regards, Vladimir
I can't repeat this situation(( As you described, all should work fine.
In my case users aren't get activation until they replied to approval mail.
Send me please your site url, I will check settings.
Best regards, Vladimir
Posted on 04/03/2011 14:43:40
Issue is related to a custom trigger on the accessuser table.
No exceptions were logged from dw or database profiling.
But somehow this is preventing the dw code to update the user to inactive.
I have a new question. I want to know if an user is created or updated. (then i can drop the custom trigger)
No exceptions were logged from dw or database profiling.
But somehow this is preventing the dw code to update the user to inactive.
I have a new question. I want to know if an user is created or updated. (then i can drop the custom trigger)
Can i use the notification?:
Dynamicweb.Modules.UserManagement.Notifications.UserSaved
I find it a bit strange that UserNotificationArgs.Subject contains an user object.
I hope that the api is not going to change.
Am i using the correct notification and objects for this?
kind regards,
Remi
Posted on 07/03/2011 06:02:41
Hi Remi!
The trigger may in fact lead to incorrectly work. I suppose that this trigger do inserting of records into another table?
You can still use the trigger, but the table into which records are inserted should not contain Identity columns.
Yes, you can use this notification and the object, too.
Although the method of determining a user creates or updates are not really very simple: (
It need to analyze a combination of field values of the object user - ValidFrom and Active.
Regards, Vladimir
The trigger may in fact lead to incorrectly work. I suppose that this trigger do inserting of records into another table?
You can still use the trigger, but the table into which records are inserted should not contain Identity columns.
Yes, you can use this notification and the object, too.
Although the method of determining a user creates or updates are not really very simple: (
It need to analyze a combination of field values of the object user - ValidFrom and Active.
Regards, Vladimir
Posted on 11/03/2011 11:12:15
We have switched to the notification which is working fine.
Create profile:
I have a question about 'After approval redirect to' setting.
This redirect is set to 'acount is activated page'
But this page is not show after activation??
Instead the cart is show.
The setting 'If logged in, redirect to' is set to de 'cart page'
Is there a mismatch between these to settings?
Any idea where to look or is this a known issue.
on Dynamicweb.dll 19.2.1.0
kind regards,
Remi
Create profile:
I have a question about 'After approval redirect to' setting.
This redirect is set to 'acount is activated page'
But this page is not show after activation??
Instead the cart is show.
The setting 'If logged in, redirect to' is set to de 'cart page'
Is there a mismatch between these to settings?
Any idea where to look or is this a known issue.
on Dynamicweb.dll 19.2.1.0
kind regards,
Remi
Posted on 14/03/2011 03:47:48
Hi!
Remi, I can't repeat this.
Send me please your site url, I want look your settings.
My e-mail: vshdynamicweb.dk
Best regards, Vladimir
Remi, I can't repeat this.
Send me please your site url, I want look your settings.
My e-mail: vsh
Best regards, Vladimir
Posted on 17/03/2011 07:01:51
Hi Remi!
1) Approval redirect
It seems there is a really bug in create user module(related with selected URL type sheme). So I’m have registered it for fixing as soon as possible.
To use 'Approval redirect' functionality at now, I'm propose you to use Standard URL type scheme (Management center/ Web and HTTP/ Customized URLs)
>Can you also take a look at the following issue.
> When you are logged on and put you first product in cart. Then immediately an email notification is sent >(new order state). The user is not ready with his order yet.
>This same mail template is also sent when the order is
>completed as expected.
>Can you explain why this early email is sent?
>Kind regards,
>Remi
2) Look at settings in Management center/ eCommerce settings/Orders/Order flow/Default flow
Best regards, Vladimir
1) Approval redirect
It seems there is a really bug in create user module(related with selected URL type sheme). So I’m have registered it for fixing as soon as possible.
To use 'Approval redirect' functionality at now, I'm propose you to use Standard URL type scheme (Management center/ Web and HTTP/ Customized URLs)
>Can you also take a look at the following issue.
> When you are logged on and put you first product in cart. Then immediately an email notification is sent >(new order state). The user is not ready with his order yet.
>This same mail template is also sent when the order is
>completed as expected.
>Can you explain why this early email is sent?
>Kind regards,
>Remi
2) Look at settings in Management center/ eCommerce settings/Orders/Order flow/Default flow
Best regards, Vladimir
Posted on 17/03/2011 09:21:23
Hi,
Thanks for looking at the issues.
I'm not sure if you have understood issue 2.
The problem is that when the user is logged on and he starts putting his 1st product in cart an email is immediately sent.
This same notification is also sent when the order is complete as expected.
But this 1st mail is strange because the order is still a cart.
I only want the notification to be sent on orders not carts.
Regards,
Remi
Thanks for looking at the issues.
I'm not sure if you have understood issue 2.
The problem is that when the user is logged on and he starts putting his 1st product in cart an email is immediately sent.
This same notification is also sent when the order is complete as expected.
But this 1st mail is strange because the order is still a cart.
I only want the notification to be sent on orders not carts.
Regards,
Remi
Posted on 17/03/2011 10:00:34
Step 'New' of order-flow corresponds exactly to this state. And in this step there is a setting to send mail...
Vladimir
Vladimir
Posted on 17/03/2011 10:11:18
Can you register for the site. Login and make sure the cart is empty and add a product and finalize the order.
You will see that before finalizing the order you receive the new order mail and when you finalize the order you will receive the new order mail again.
regards,
Remi
You will see that before finalizing the order you receive the new order mail and when you finalize the order you will receive the new order mail again.
regards,
Remi
Posted on 18/03/2011 05:27:27
oops.. I do not really paid attention that the second notice is the same. To notify user about buying you should use the 'Notificatie e-mails' settings in the module CartV2 - in paragraph settings.
And remove mail settings for the 'new step' in OrderFlows...
Best regards, Vladimir
And remove mail settings for the 'new step' in OrderFlows...
Best regards, Vladimir
Posted on 18/03/2011 09:24:39
That looks like a solution. Will test it.
But for consistancy and overview it would still be nice that this can be configured from the orderflow.
Don't you agree that this early email for order new is being done on a 'Cart State'?
I think that the orderflow email notifications should only be triggered on orders.
kind regards,
Remi
But for consistancy and overview it would still be nice that this can be configured from the orderflow.
Don't you agree that this early email for order new is being done on a 'Cart State'?
I think that the orderflow email notifications should only be triggered on orders.
kind regards,
Remi
Posted on 18/03/2011 10:12:01
Reconfigured the email template notifications. That works now.
Please make an issue in your bugtracking system to improve the orderflow email notification on the default orderstate.
FYI i have used a different workaround for the approval redirect.
I am still using an extended url type.
Please make an issue in your bugtracking system to improve the orderflow email notification on the default orderstate.
FYI i have used a different workaround for the approval redirect.
I am still using an extended url type.
In the approval redirect url i entered a complete url to the approval page. Example:
http://[yoursite]/activatedpage.aspx
Then the redirect also works! :)
kind regards,
Remi
You must be logged in to post in the forum