Password required

firefox13firefox13 Registered Users Posts: 64 Big grins
edited August 15, 2013 in SmugMug Support
Hi
I logged into my site today for the first time since the upgrade. My homepage is now saying "this album requires a password" I tried my log in password but failed. I can still move around my site ok but when I come back to the homepage I get the password message.
I have seem some old threads on this but nothing helps.
http://www.pcpimages.com/
Thanks

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited August 15, 2013
    firefox13 wrote: »
    Hi
    I logged into my site today for the first time since the upgrade. My homepage is now saying "this album requires a password" I tried my log in password but failed. I can still move around my site ok but when I come back to the homepage I get the password message.
    I have seem some old threads on this but nothing helps.
    http://www.pcpimages.com/
    Thanks
    You are missing the AlbumKey in the biobox script code. REf: http://help.smugmug.com/customer/portal/articles/84238
    ...
        <html>
    <script>
    var ssConfig = {
        AlbumID: '2504559',
      [COLOR=Red]  AlbumKey: 'f3ta9',[/COLOR]
        newWindow: 'false',
        transparent: 'true',
    ...
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • firefox13firefox13 Registered Users Posts: 64 Big grins
    edited August 15, 2013
    Allen wrote: »
    You are missing the AlbumKey in the biobox script code. REf: http://help.smugmug.com/customer/portal/articles/84238
    ...
        <html>
    <script>
    var ssConfig = {
        AlbumID: '2504559',
      [COLOR=Red]  AlbumKey: 'f3ta9',[/COLOR]
        newWindow: 'false',
        transparent: 'true',
    ...
    

    Thanks Allen however I put the album key in and reset. The password box still comes up and the homescreen is greyed out. I have checked the source gallery and it is not passworded and allows external links. It is unlisted though.
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited August 15, 2013
    firefox13 wrote: »
    Thanks Allen however I put the album key in and reset. The password box still comes up and the homescreen is greyed out. I have checked the source gallery and it is not passworded and allows external links. It is unlisted though.
    Make sure both of these are from your gallery. Not the red one in my post.

    AlbumID: '9057906',
    AlbumKey: 'f3ta9',
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.