Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Authenticating new/unregistered users

Asked Modified Viewed 1,455 times
I
ikandi
I
ikandi 10
  • Junior Member, joined since
  • Contributed 48 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
asked
Junior Member

Hi all,
I have noticed some issues with users not being able to be registered.
The registration process works fine, it is doing what it's supposed to, but all unregistered users get placed into the New Users table (mySQL) with a date stamp of 4294967295.
It looks like a default timestamp, but it certainly doesn't look like a current Unix timestamp, say 1151200500, or something close to.
Therefore under the PHP9 Admin, no users are viewed as being able to be registered.
Some assistance would be most grateful.
Thanks.
0 replies

4 posts

C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

What do you want to do? Manually authenticate them ?
0 replies
I
ikandi
I
ikandi 10
  • Junior Member, joined since
  • Contributed 48 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
answered
Junior Member

Yes, manually. I get a lot of spammy registrations, particularly from the mail. ru domain, so I probably need to filter them out.
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

I guess we can add a Roadmap item to allow Admin to view these tables, but the general idea is that they shall be handled and removed by Cron if not validated within XX Hours.
Here it is : https://github.com/PHPFusion/PHPFusio...ssues/2199
Edited by N/A on 01-03-2019 21:42,
0 replies
I
ikandi
I
ikandi 10
  • Junior Member, joined since
  • Contributed 48 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
answered
Junior Member

That's a good idea. I do manually check, and of course there is a notification for unactivated users, but that hasn't been working for some time.
0 replies

Category Forum

User Administration - 9

Labels

None yet

Statistics

  • Views 0 views
  • Posts 4 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

F
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
I
I
ikandi 10
  • Junior Member, joined since
  • Contributed 48 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet