Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate

Primary tabs

  • View
  • Collections
  • Comments(active tab)
  • Followers
  • Friends
  • Favorites
Nice work, our lovely
Friday, April 28, 2017 - 06:47

Nice work, our lovely platform is now more secure! :)

 

Keep on being awesome ^^

hey, thank you for your
Friday, April 28, 2017 - 06:32

hey, thank you for your creation. For my project I added more layers.

Yes, there is an easy
Tuesday, March 21, 2017 - 03:53

Yes, there is an easy solution.

Just change the login form.

From:

<form action="/node?destination=node" method="post" id="user-login-form" accept-charset="UTF-8" class="compact-form">

 

To:

<form action="https://opengameart.org/node?destination=node" method="post" id="user-login-form" accept-charset="UTF-8" class="compact-form">

 

But before changing this line, all other bugs should be fixed^^


 

@capbros yes! With http the
Monday, March 20, 2017 - 17:40

@capbros yes! With http the browser connects to the server on port 80 and with https it connects on the port 443. Connecting on port 443 adds a transport security layer 

 

As I can see, the certificat is now up to date. But with a quick view I found two todo's:

 

1. With https the previews of all art's are broken:

how it is now:

https://opengameart.org/sites/default/files/styles/watermarked/public/st...

How it should be:

https://opengameart.org/sites/default/files/styles/thumbnail/public/Prev...

 

2.

The login is not with forced https.

Currently the login credentials are sent with http and the user never sees https, if he starts with http. In addition to this if he manually goes to https and is logged in at http, he will not be logged in at https.

 

Yes, it is true! The complete
Thursday, March 16, 2017 - 07:21

Yes, it is true! The complete loginprocess is handled via http, and afterwards no secure connection is used, ever! Therfore you see no warning, because no SSL-Cert is ever loaded to secure the connection... Just look at the current url you are on!

 

Visit https://opengameart.org/ for secure connection...