Code

Discussion on User Login Register and User Management

Discussion on User Login Register and User Management

By
Cart 561 sales

ajay138 supports this item

Supported

This author's response time can be up to 2 business days.

138 comments found.

Good evening, how are you?

1) Would it be possible to set a multilingual system with cookie?

2) When will the next update be available?

Thank you.

1. Sorry, it is not available. You can customize and code according to your needs

2. We have any specific date

Hi,

After purchasing the script, which language system with cookie do you recommend? a simple style system example.com/fr/index.php,example.com/en/index.php,example.com/be/index.php.

Offer a choice of language to members, for example: FR, EN, BE,

Thank you

Hello, is there email verification in it?

How to customize form validation

hi. where can i see the UI elements like alerts, etc? any samples?

You check the metronic theme from themeforest of bootstrap

thanks

hi, sorry but the metronic theme looks very different. it used bootstrap 4. yours was a bootstrap 3.

Hi,

When is the next update?

Happy New Year! Thank you

Hello,

I am always interested the purchase of several licenses

1. How can I configure the registration to automatically approve?

2. How can I ask the script to send an e-mail notification to the administrator when a user registers?

3. Activation of the account with verification by e-mail or activation by the administrator (Option to select the type of activation)

4. Activation e-mail and Send a welcome e-mail (Option to activate both / one / none)

5. Saves the last user login date and IP addresses

6. Disabling the Usernames of Registration and Prohibition of IP Addresses

7. SMTP settings to use any email account for sending emails

8. the phone / mobile number deposited

9. Expect to add social authentication methods: Facebook, Google, Twitter, LinkedIn, Microsoft, Instagram, VK, Yammer, Foursquare and Soundcloud. Social networks.

10. Do you plan to add mail templates? I am talking about the mail that members receive. login, registration, activation by e-mail and password recovery, etc …

11. Would it be possible to have a function to block an e-mail address, I would like to block e-mail addresses ”@hotmail, @msn, @yahoo”?

Can you share the code with us. it will be very useful for our progress.

Thank you

Hello I got this error on page user not show data

DataTables warning: table id=userTable – Invalid JSON response. For more information about this error, please see http://datatables.net/tn/1

how to

Contact us via support and please share the url

Hi! Nice :) please is it possible to enable/disable the “Create Account” option through Admin Dashboard? Thanks

It can be achieved on customisation request. You can create customisation request via support

password username admin admin doesn’t work

http://um.froid.works/admin/ demo login details are of admin panel

Hi,

I just bought the script 2 minutes ago I hope I made the right choice The script and being tested

(1) Which PHP file do I have to edit to rename the admin folder by adm or other name?

(2) Email verification Character encoding problem in mails sent after translating into French It is strongly recommended to use the UTF 8 encoding (which allows the correct visualization of the acronym €, é, è etc ….). This is how I receive the email

Merci de vous être inscrit! 

Votre compte a été créé, vous pouvez vous connecter à votre compte après l'avoir activé en appuyant sur l'URL ci-dessous. 

(3) Do you plan to add social authentication methods: Facebook, Google

(4) Which and which site name do you use to add the icons? there is no information on

(5) Would it be possible to add custom fields? I need to add a new ID field on Register.

Thank you

In ajax/register.php file add

$mail->CharSet = ‘UTF-8’;

after line 115

http://prntscr.com/o796ev

Hi,

Would it be possible to have a function to block some email address, I would like to block the email addresses ”@hotmail, @msn, @yahoo” ?

Thank you

If you want customisation you can contact us via support. We will send you the quote based on your requirements

Hello, I have some questions before the sale.

(1) Can I restrict the dashboard options for the administrator but the super administrator (or something like that) can access everything? I want (normal) administrators to see only users, manage them and accept / reject registrations. It’s possible?

(2) In the user sheet, can I add delete details? Say I want to collect phone numbers, company contact information and mailing addresses when registering, is it possible? Where can I get them elsewhere?

(3) Can I extract email addresses to send newsletters? or do you intend to add a newsletter or feature?

(4) Will you get help if you need help configuring or making changes?

(5) In addition, I want the administrator to approve / reject user registrations. It’s possible?

(6) Do you have everything in French, even the date and time possible?

(7) Do you expect to add mail templates. I am talking about the mail that members receive. login, registration, email activation and password recovery, etc …

(8) Do you expect to add social authentication methods: Facebook, Google, Twitter, LinkedIn, Microsoft, Instagram, VK, Yammer, Foursquare and Soundcloud. Social networks.

(9) Do you expect to add a feature to: Add our own custom fields with validation and display them in the registration form, user settings or admin page.

(10) Can I restrict the entire site and redirect them to the login or register page? Are there PHP code add on our pages?

I hope everything is clear.

Thank you

Hello,

Can I protect different pages according to the user’s name? For example, if the username is “peter” only he can access that page and if another user (with another name’s user) attempd lo login in this page, then is redirected to another page.

Thank you.

You can write

if(isset($_SESSION['name']) && $_SESSION['name'] === 'peter') ) {  
header('location: peter.php');
}
if(isset($_SESSION['name']) && $_SESSION['name'] === 'jcartagena') ) { 
 header('location: jcartagena.php');
}
if(!isset($_SESSION['name']) ) {
header('location: index.php'); // Login page if not logged
}

Oh… You are fast! Thank you very much!!!

Hi can your code run as an api service? external app makes a call to your application through a secured token api?

Sorry this do not serve as an API

Thanks for the reply. How have you programmed it all … mvc, oop, procedural … how easy would it be to add custom fields and role management? I like your other project but I cant use Laravel. Im after something like that but in pure php.

It is not easy to code for custom fields and role management. You need to be good at coding. But All the coding code in script is follows the best practices and standards. You will easily understand the code

where is the export csv?

Hello Ajay, where is the export csv function of the users data?

Download the next update. Forgot to add the button for that. It will be available in couple of hours

Hello Buddy,
When user is registered, it does not forces for e-mail verification. How to process E-email verification. Pleased to assist us.

Hi buddy, What about radio button and placeholder questions. Pleased to help.

Please contact me via support. All your queries will be answer on support. Please add screenshots regarding the issue

Hi Friend,

A kind favor. In Ajax page you have done validation. It’s superb. Please to help for radio and check box button validation. It’s very urgent please. $input[‘gender’] = post(‘gender’);

I need the login form to redirect back to the requested page after login? If I request https://dev.immersiveclassroom.one/login/user/user_profile.php I am taken to the login page, but upon successful login I am taken back to the dashboard and not the originally requested page. Is this something I can add as it’s critical for my project to work.

Message me via support

Hi,

Keep getting the following error: A server side error occurred. Please try again after sometime.

What could be the problem of this? I’ve set up the config file correctly…

Regards, Jeroen

contact me via support

Hello, can i install on Wamp Server Enviroment? have Spanish Language or i need to translate file by file? Thank you

1. Yes you can install on wamp server 2. You need to translate file by file

Hi – 1. How do I set registration to auto-approve? 2. How do I make the script send an email notice to the admin when a user registers?

I have replied on your email

Demo wont login using admin / admin

admin /admin is the login details of admin panel. Click on Go to admin panel to left

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey