I installed SepLog in a free host byethost.com/free-hosting, and the email activation codes was been sent, but when I installed in two others hosts: webfreehosting.net and https://www.biz.nf, the emails are not sent. Would you have a solution for this ?
]]>IMPORTANT NOTICE
due to lack of time, this plugin is no more maintained, use at your own risk
Thaknks to everyone and see you soon!
Christian
Hi,
May I know how to redirect to different page after different level access logging in ??
]]>Hello,
So I’m still having the security check issue but I realized it has something to do with a trigger that I added because I re-added the plugin and tried it by itself and worked fine, but I’m not sure what to do about this. So I added this trigger onto the database so that another table called “home_info” would update when a seplog_user was inserted (seplog_users_user_id is the foreign key):
CREATE DEFINER=
root@
%TRIGGER
mydb.
seplog_users_AFTER_INSERTAFTER INSERT ON
seplog_users` FOR EACH ROW
BEGIN
INSERT INTO home_info (seplog_users_user_id) VALUES ((SELECT new.user_id from seplog_users where id = new.id));
END`
But after I added the trigger I got that security check issue. So I removed the trigger to try and get rid of the issue but all that happened was if I was not logged into my wordpress account and I tried the seplog login, it would loop the login so that if I tried to go to account, it would say I wasn’t logged in, but when I went to login, it would say that I was already logged in and continue this cycle on whatever I tried. When I am logged in to wordpress again there are no issues for whatever reason.
After adding the trigger again I don’t get the loop but I do get the security check error. I tried reverting the database back to an old version that never had the trigger in the first place but I still had this issue. I’m very confused. Did I miss everything up??
]]>Hello,
My issue is a bit of an odd one in that I’m not sure what to do. So on my mom’s computer and phone (both mac and windows) whenever she tries to login the page just says “Security check” and doesn’t go anywhere. But if I login on my computer on her account (and other accounts) it lets me login fine. I assume it’s an issue with the plugin and since there’s not really an error generated I’m not sure what to do.
]]>Hello! so what I’m trying to do is exactly what the person at this link was trying to do but I see that were never able to update on their progress. I am trying to edit the code on the page recommended in that thread, but I’m not sure I’m doing the right thing and I thought you might be able to help me. I instantiated a new wpdb object called “mydb” like this:
$mydb = new wpdb(‘username’,’password’,’database’,’host’);
(with my credentials of course)
After that I edited every instance of wpdb related to login and password to be mydb so the queries look like this:
$seplog_check_login_user = $mydb->get_row( $mydb->prepare(“SELECT * FROM customer WHERE username = %s OR email = %s”, $seplog_user_login_posted, $seplog_user_login_posted));
I also changed ‘user_id’ to customer_id, as that’s what’s in my table. Obviously it did not work, but that’s why I’m here. I’m not a great coder, so here we are.
]]>I’m having some difficulty getting the plugin to work in browsers other than Chrome. For example, on our registration page, I have a text block containing the shortcode [seplog_register_common_panel] … this is working as expected in Chrome, but in other browsers when users enter their registration information, the form clears but stays visible, and the activation code field never appears. I’m wondering if I need to use a different syntax to support the other browsers? Not sure if it’s relevant, but when I try to register in Microsoft Edge, the console returns a number of HTML1500 errors “Tag cannot be self-closing. Use an explicit closing tag.”
]]>I want to add a delete button to delete users whenever I think it’s needed. What would be the best way to do that without modifying the plugin intself?
Thanks!
]]>Hello,
I am trying to create a login page within our company’s WordPress site that is separate from the default WordPress login. I found that your plugin may help achieve this. The issue is we already have a user list that is stored in an external SQL database. I was wondering if it is at all possible to connect to an external database with your plugin. Every other plugin I have found overwrites the default WordPress login page.
The end goal is to use this new login page as the sole point of entry into the site.
Thank you,
Austin
]]>Hey, I have trouble with creating users, I am reading in the update you can create users in the admin panel??
Where is this admin panel you’re referring to? I don’t see any option to create users in the plugin menu.
Hello, Christian.
I’m now in the process of finally implementing the plugin into a proper website rather than just my test one, and I’ve got another question.
I have some static content on a page that I want to display whether or not a user is logged in, with the login panel shortcode at the bottom.
If I do have this content outside [seplog] shortcodes, the [seplog] tagged content appears at the top, so I got round this by having my static content inside [seplog_show_if_not_logged] shortcodes, but in order for it to still display to a logged in user, I have to have the same content twice – inside [seplog_show_if_not_logged] shortcodes and again inside [seplog_show_if_logged] shortcodes.
Is there a trick to getting this working correctly, such as nested shortcodes, or would it be possible for another pair of shortcodes to be implemented for content that’s to be visible all the time, or even to be able to control the placement of [seplog] content relative to content outside shortcodes?
Many thanks,
T.
]]>Are there plans to provide sl-variables like ’email’ ‘name’ ‘surname’ in contact forms? I just tried to make use of a sl-shortcode without success!
<p>Your E-Mail (*)
[email* M-EMAIL [seplog_show_email] ] </p>
I would like to prevent users from filling out the username field. If (sl) users are created outside wp-usertable the given emailaddress should be sufficient. Is it possible to hide that field?
Maybe two suggestions for future development:
1. It would be great if the username (if needed) will be shortened in a (predefined) form like ‘YYYYMMDD-number+1’ that is automatically created when users register at first time. Thus it would be much more easier to get an overwiew in the admin panel (history).
2. The sidebar widget should offer an register option beside the login.
Kind Regards
Wolfgang
Nice plugin and it works like expected!
]]>I have tried your plugin and not only does it look pretty, but it very nearly solves a problem I have with allowing access to part of a page to users that I want to keep separate from my site logins. Unfortunately I have found a problem I would like some advice with.
I have an admin user that allows me to see all other logins, and other users can create their own logins, but there doesn’t seem to be a way for the Admin to create logins. If I try to use the shortcode for the register form inside an admin only part of my page, it tells me I’m registered already and redirects me away.
Is there a way I, as admin, can have control of creating my users or is this functionality that can easily be added?
Many thanks,
T.
]]>Here is the italian translation, ready to be imported into Separate Login Plugin.
Feel free to upload your translation somewhere and leave a message here with the storage url. Thank you!
]]>