Quantcast
Channel:
Browsing all 4235 articles
Browse latest View live

Re: A few questions to improve usability

2) Use a DataExtension on the image class alongside an updateCMSFields.4) Make sure your routes are from most specific to least specific as the first route that matches, will get used.Posted to: A few...

View Article


Re: A few questions to improve usability

Will try and see if 4 sorts it self out by doing it from one correctly. For point 2 this is not really a solution in my opinion. While yes i could extend it and add data that way this still gives me no...

View Article


Re: A few questions to improve usability

2) To expand on that If you really did want to dramatically replace the class then you would use the Injector system (http://doc.silverstripe.org/framework/en/reference/injector). This is however new,...

View Article

Re: A few questions to improve usability

2) To expand on that If you really did want to dramatically replace the class then you would use the Injector system (http://doc.silverstripe.org/framework/en/reference/injector). This is however new,...

View Article

Re: Git Repo Size

Well, thats me told!Posted to: Git Repo Size | Show Thread | Post Reply

View Article


Are there any risks/ issues with Member's having NULL passwords after a CSV...

I want to import several hundred users into their website.A test import shows the Passwords, Salt and PasswordEncryption as NULL in the database. Along with all the locale, date/time formats etc.Is...

View Article

Re: Are there any risks/ issues with Member's having NULL passwords after a...

Just to follow up on this. I've installed Test Mail Server Tool to catch outgoing mail from my local web server.I cannot reset the password because it says "Your current password does not match, please...

View Article

Re: Are there any risks/ issues with Member's having NULL passwords after a...

Hi Tama,depends where you get the user data from you'll need either the original password or an idea how to encode the password to match the password hash.How did you import the users? A custom import...

View Article


JSON response to logging in?!

HiOn occasions when I try to login - I get a JSON content response in the web browser? I don't get this on my local dev environment, only live - has anyone else come across this?This is what I get as a...

View Article


Re: Are there any risks/ issues with Member's having NULL passwords after a...

Thanks wmkThe users I'm wanting to import don't have passwords. So I need a way of users being able to reset their passwords via email links.I'm wondering if randomly generating password/salt keys...

View Article

Re: Are there any risks/ issues with Member's having NULL passwords after a...

I'm wondering if randomly generating password/salt keys would allow the normal "forgot password" to work?Yes, I'm doing this. If there is no registration form, I usually set up my users with some...

View Article

Re: Are there any risks/ issues with Member's having NULL passwords after a...

Thank you Devlin - I think I'll take this route.Out of interest are you generating the random passwords in code (BeforeWrite) or just filling a spreadsheet with random strings?Posted to: Are there any...

View Article

Re: Are there any risks/ issues with Member's having NULL passwords after a...

I usually just use simple BuildTask.Something like:class MyBuildTask extends BuildTask {   protected $enabled = true;      function run($request) {      // Could be a CSV too      $emails = array(...

View Article


Report Admin vanished from menu

Hi All,Getting an odd error, on a site I am upgrading from 3.0 to 3.1, I have noticed the reports menu link has vanished. I can still access the reports controller through admin/reports so it is still...

View Article

News on home page

I have site with...

View Article


Re: Are there any risks/ issues with Member's having NULL passwords after a...

Great Devlin. Here's my solution:class PopulateBlankPasswords extends BuildTask { protected $title = 'Populate Blank Passwords'; protected $description = 'Randomly assigns passwords to users with no...

View Article

Re: Are there any risks/ issues with Member's having NULL passwords after a...

From what I remember on a large migration project with Members, I had lots of null passwords (the original site only had email addresses). We just imported via a bulk uploader and then emailed the list...

View Article


Re: Report Admin vanished from menu

Just a thought, but do double check to ensure you are using the 3.1 branch of core code. I know that in master (the future 3.2) that reports are being split out into a separate module which could...

View Article

Adding iframe and javascript

Hi, I'm trying to add a booking system to a customer's SilverStripe web site (2.4.5) I want to add the following code to the header of the page <script type="text/javascript"...

View Article

Re: Are there any risks/ issues with Member's having NULL passwords after a...

And on an unrelated note how did Devlin get his code to indent?I use tabs instead of spaces.Posted to: Are there any risks/ issues with Member's having NULL passwords after a CSV import? | Show Thread...

View Article
Browsing all 4235 articles
Browse latest View live