Many random user registrations

Discussion in 'Technical' started by concept21, Mar 16, 2022.

  1. concept21

    concept21 Active Member

    Hello,
    I have a website built on Laravel php framework which is running very well on my ispconfig 3.2 host.

    However, there are many random user registrations everyday. These users do not like to activate their email addresses.
    random users.png

    So what are their purpose on registering on my website? Are they planning to inject malware into my site?
    Please share you experiences. :(
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Nothing to worry about, most likely the usual spam bots. Add a captcha to your website registration form, if you have not done that yet, and add some code to clean up non-confirmed registration after some time (e.g. a day or two).
     
    concept21 likes this.
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Btw. I hope the column behind the date is not an unencrypted password column? ;) If these are passwords, change your code and take care to securely hash passwords and use a salt for the hashed passwords.
     
  4. concept21

    concept21 Active Member

    Those random strings are their usernames.

    So I don't have to worry any more.

    I set all web applications to use SMTP with a dedicated account + passwords. Also my CSF firewall only allow postfix and dovecot groups to send out emails. :cool:
     
    till likes this.

Share This Page