Just checked in a fix to allow spaces and other characters that need encoding in usernames for authentication with external services. This will make it into the 10.0.6 release which will be released...
Type: Posts; User: MaxM
Just checked in a fix to allow spaces and other characters that need encoding in usernames for authentication with external services. This will make it into the 10.0.6 release which will be released...
Just filed a bug http://youtrack.developer.mindtouch.com/issue/MT-9530 and have a fix that I'll be checking into trunk. Which version of MindTouch are you running? I can look into whether or not this...
Looks like you're running an alpha version of MySql. I haven't heard of this failing for others. Can you try to install an official version of MySql and see if it works better? Perhaps it's a parsing...
It's quite strange to have a duplicate key violation on the primary key like this. Did you restore your database recently to an existing mysql catalog? Have you done any manual page insertions into...
It's stored as a user property in the resources table. You'd have to write a little script that sets that property for each user via the API. Unfortunately you can't just run an update query in the...
Rest assured that trusted auth is very much a part of the product. In fact the reason the settings were deprecated is because the API by default now enables the functionality.
We still need to...
Simply double click a page title to bring up a title edit pane and click the 'unlink' icon to the right. This will allow you to modify the page title independently from the page URI segment.
There are two approaches we've used to solve this: Either use an apikey when communicating to the API or pass the users permissions through.
For C# extensions you can get the apikey by doing:
...
Unfortunately, user logins aren't currently tracked in the db. You could write a web service that will receive via http an xml document that describes the MindTouch login events as they happen. This...
This does seem like a bug in the dn parsing of either the username or groupnames. Does this only happen for users that have group membership? Can you narrow the problem down to users that are part of...
Try watching fiddler as you click the pages in navigation to see if the requests are going out at all. And like crb mentioned, look for javascript errors. We use chrome quite a bit for testing and I...
dekiwiki:/var/www/dekiwiki/maintenance# php update-db.php
Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server. <br />
Lost connection to MySQL server...
It appears that one or more of the db schema upgrade scripts that should have run with the updateWiki.sh didn't. You can safely rerun the db upgrade portion of the script by running
php...
christoph,
can you check the API log again to see if there are any more details on this error next to the warning
. This should come with more exception details that should help in troubleshooting....
As Steve said, please file a bug for this if there isn't one already and attach your sample images with before and after copies.
Thanks!
You're not running into this issue are you?
http://forums.developer.mindtouch.com/showthread.php?t=7113
sounds like an encoding bug. What are your LDAP service settings? Renaming a group may not change the underlying sAMAccountName of it which is what may be getting referenced. Use ADExplorer to look...
Yep thats where the confusion is.. Is your original password the string "password"? if it is, I can see how it works.
The api feature is
PUT:users/{userid}/password
Note that it has a path...
Vyju,
The error you're getting is not coming back from the change password API feature. It's possibly not even from Dream which may point to a environment configuration problem. I would suggest...
Feel free to forward or send me the info as well and I can take a look
Unfortunately, getting a list of property names that match a query isn't currently possible with the way properties are indexed in Lucene. Search results are always the documents (page or in the...
Just posted on the blog about it and would appreciate your feedback on this 9.12 feature.
Learn about it here and share your thoughts!
...
What guerrics and melder described should work.. melder, can you put together a curl-only solution that uses an apikey to change someones role? That'd probably be the simplest solution.
Saw your tweet and gave it a shot. Google openid auth works perfectly.. Signed in with just 2 clicks. Love it!
I tried flickr and yahoo though and didn't have as much success. With a fresh...
Perhaps it'a s dns resolution lag..have you tried accessing the site by IP? Are all pages slow to load? Try enabling api profiling by setting $wgProfileApi = true in localsettings.php then view...