Jump to content

bigbeee

Members
  • Posts

    5
  • Joined

  • Last visited

bigbeee's Achievements

Newbie

Newbie (2/6)

0

Reputation

  1. Migrated my dev environment from MAMP to vagrant box and the issue doesnt happen anymore. So you are right that the reason is an environment detail, in my case of MAMP.
  2. The Blowfish encryption is an interesting detail, will check that. Would make sense. Of course i need to sync in both directions but if it would be a separate table i would simply exclude them.
  3. I have the same issue after DB syncing, i got it that salt in the config is the issue but as said several times its known that passwords will not work anymore after site migration. As far as i can say its not about the salt because nobody changes the salt for the migration. It wouldnt even be that bad if the user account data wouldnt be in the page table which of course has to be deployed if i add changes to the page. I deploy sometimes 10 times a day at least to staging areas and i am tired of reseting the passwords again and again. Isnt there any way to disable this? If a user changes his password by himself i will never be able to deploy without knowing his password?
  4. Hello, is there a method to get the local pageNumUrlPrefix by any language like $page->localUrl($language) is for the url? Thanks in advance B.
  5. Hey, its because parent_id form field ID isnt prefixed with "Inputfield_" as all other formfields. It simply has the id="parent_id", so this selector doesnt match: var $field = $("#Inputfield_" + condition.field); Dont know if something else breaks if the form field ID is prefixed. Cheers
×
×
  • Create New...