Forum Replies Created
-
AuthorPosts
-
January 30, 2015 at 5:35 pm in reply to: Membership – I need to allow multiple users access to one membership account #67930stack7521Member
Hi, yes, I did that- for some reason it wasn’t working last night, which is why I thought it had to be related to the code function. It is working today, perhaps I didn’t clear my cache or something.
I appreciate your help, thank you.
January 30, 2015 at 4:57 pm in reply to: Membership – I need to allow multiple users access to one membership account #67928stack7521MemberHi, thank you for your suggestion.
Let me provide more insight, we are a small company that provides niche services/products to 4 large companies who manage very large construction projects (these large companies have many branches-we work with a handful of locations) – they manage a lot of outside people/contractors, paperwork, etc. and we really don’t want to inconvenience them, some are project managers and some are sales managers-whom may not be in the same department. In terms of handling the requests manually, we are planning to provide maybe 10 branch usernames this year, so won’t be a large feat to manage.
I realize that changing the code in the menu will change the process for every eMember, however, I think the change is warranted because we aren’t your typical membership site, but really like the ease of using WP eMember.
Thanks,
January 30, 2015 at 6:01 am in reply to: Membership – I need to allow multiple users access to one membership account #67926stack7521MemberThank you that’s the route we’re taking, however, now I’d like to change the “Forgot Password” functionality – because if any one of the many users chooses Forgot Password the newly generated password will only be send to the email registered with the account, and this may cause some confusion for others — (even though I customized the text within the auto generated email).
So, I want the Forgot Password link from the menu to direct to a Password Reminder page (which I’ve created, with a form: …/password-reminder/ ). I have changed the language on the menu already – but I’m not sure where the functions are to change this.
is it somewhere here?:
<!– dynamic js block –>
<div class=”emember_modal” id=”emember_forgot_pass_prompt”>
<div class=”emember_modal_title eMember_red”><?php echo EMEMBER_PASS_RESET; ?></div>
<div id=”wp_emember_email_mailMsg”></div>
<div id=”wp_emember_email_mailForm”>
<?php echo EMEMBER_PASS_RESET_MSG; ?>
<form action=”javascript:void(0);” method=”post” name=”wp_emember_mailSendForm” id=”wp_emember_mailSendForm” >
<p class=”textbox”>
<label for=”wp_emember_email” class=”eMember_label”><?php echo EMEMBER_EMAIL; ?>: </label>
<input class=”eMember_text_input” type=”text” id=”wp_emember_email” name=”wp_emember_email” size=”20″ value=”” />
<input class=”eMember_text_input” type=”hidden” id=”event” name=”event” size=”20″ value=”send_mail” />
</p>
<p>
<input name=”wp_emember_email_doSend” type=”submit” id=”wp_emember_email_doSend” class=”emember_button” value=”<?php echo EMEMBER_RESET; ?>” />
<input type=”button” id=”emember_forgot_pass_prompt_close_btn” class=”close emember_button” value=”<?php echo EMEMBER_CLOSE; ?>” />
</p>
</form>
</div>
</div>
Thank you so much,
January 29, 2015 at 6:01 pm in reply to: Membership – I need to allow multiple users access to one membership account #67924stack7521MemberHi there,
I also have multiple users for 1 account. I would like to associate several different emails with 1 username/password – can I add more email address fields to the Add/Edit Member form? How would this affect the notifications if one of them tries to reset the username or password (would all the registered email addresses get the notification)?
Perhaps I could change the process when the Forgot Password link (using widget) is selected – a better may be to change the process and send them a reminder email.
FYI, the multi-user account is for a branch location.
Thank you,
-
AuthorPosts