Menu Close

Site Changelog:

(Feature additions, bug fixes and technical stuff for nerds)

11-Feb-22

This post is on the subject of security. It is very important that each user chooses a strong password for their account. Brute-force attacks (where a potential intruder will try random passwords to access a user’s account) are extremely common. These attacks usually begin with using a list of common passwords and move onto systematically trying various key-combinations. This means that short or easy-to-guess passwords will not hold up for very long in the face of a persistent attack.

Obviously we have measures in place to prevent these types of attacks (such as limiting the number of incorrect login attempts and restricting server access to a specific IP address), but password selection by each user plays a big part in overall site security.

As the Private Money Club is all about connecting people, contact information is easily accessible to anyone who is logged in. This means that using a weak password not only puts your information at risk, it puts the information of every other user at risk as well.

The best defense to brute force attacks is simple: using a long password with various types of characters. Attacks use a computer program to try combinations of passwords and the longer the password, and the more varied the types of characters used (lower-case, upper-case, numbers, symbols) the longer it would take to crack.

Also, using the same password on multiple sites is ill-advised. Should a breach occur on one site, your password is now exposed and any other site where you used the same email and password is open to illegal access. If you want to check if your email address was ever found on a compromised site you can use this tool.

So please be mindful of the passwords you use, on this site and any others.

-PMC Site Admin

10-Feb-22

Changed password requirements to enforce stronger user passwords.

-PMC Site Admin

8-Feb-22

Addressed a security vulnerability to keep personal information private. 

-PMC Site Admin

3-Feb-22

Slack integration is underway and site navigation has been made a bit cleaner/clearer. Borrowers and Lenders alike will find it easier to search for each other. Slack feeds have also been added to the specific directories.

-PMC Site Admin

12-Jan-22

Quite a few fixes and changes. The biggest feature is now users can send bulk messages to those who have opted in. As an example, a Borrower can send a message to all lenders to let them know about a new deal they have. This can be done from the messages tab from the profile page. When composing a new message, click the envelope icon on the right to enter the bulk message composer. Note that these messages will only go to users who have opted in to receive them:

Opt in for Borrowers: https://privatemoneyclub.com/groups/borrowers/

Opt in for Lenders: https://privatemoneyclub.com/groups/lenders/

To summarize:

  • Fixed new listings not showing on home page
  • Added bulk messaging feature for all users
  • Added opt in pages for bulk notifications
  • Added Slack feed to home page
  • Added basic affiliate system

-PMC Site Admin