RE:Custom Authenticate FailureText
FroggEyeDo you have a webpart or something you've created? How do you know on the front side the login or authentication has failed? Should be able to modify your method to return a string or value of...
View ArticleRE:Custom Authenticate FailureText
Kentico_RichardSHi,Thank you for your message.FroggEye has a good point, you surely are displaying the textboxes somewhere on the frontpage, is that correct? You should be able to determin whether the...
View ArticleRE:Smart Search Sorting
kentico_jurajoHello,There is a reason. It depends how the particular fields are set - as for any other object, this applies for default/system fields too (search field settings).In order to use...
View ArticleRE:Authentication in Kentico using REST API
kentico_romankHi, As FroggEye mentioned there is an article in our documentation related to REST authentication. As for the restoring user password, there is example of updating cms.country object, but...
View ArticleORDER BY expression
krejcik-emailHello, I would like to ask how to order documents according average Rating of the document? I know there are DocumentsRatings (number of ratings) and DocumentRatingsValue (Sum of all...
View ArticleRE:ORDER BY expression
Kentico_RichardSHi,Thank you for your message.I have been playing with the query inside my SQL MS and I was able to accomplish this by the following order by query on CMS_Document table:order by...
View ArticleClosing the partial view of web page
whiplashHi GuysI have a bit of a random question. What is the term used for when the user refreshes a web page and sometimes Kentico displays a partial view where you have to click 'close' to get a...
View ArticleRE:ORDER BY expression
krejcik-emailI tried to put it in "Order by expression form", but it didn´t worked, it preffered a document with 2 ratings, which had worse final rating than document with just 1 rating with highest...
View ArticleRE:Closing the partial view of web page
whiplashActually, that's not what the issue was. I just needed to force the browser window to full screen mode
View ArticleRE:ORDER BY expression
Kentico_RichardSHi,Im glad your solution works:)I checked that only for a several documents that I had in disposal at the moment and it worked correctly, but it can have some mistakes in it.Thank you...
View ArticleRE:How to uncheck inherit in metadata page setting
kentico_martind2Hello,for this purpose I would recommend you to take a look at the control responsible for the Metadata handling which is located in the following file:...
View ArticleRE:http://localhost/rest/settoken returns error 403
kentico_martind2Hi,Could you please check your settings once again according to the Dev Guide: Configuration for REST as well as Authenticating REST requests it seems that something is wrong with your...
View ArticleRE:Adding new products using a generic handler
lucas-inorbitalJust got an answer from Kentico team, for anyone who encounters this problem in the future.Implementing IReadOnlySessionState should resolve that:using System.Web.SessionState;public...
View ArticleRE:Custom Authenticate FailureText
nrussellWe are just using the standard Kentico LoginForm webpart. The problem I have is that the Kentico Authentication hook doesn't have any obvious way to access or pass anything back to the page...
View ArticleRE:Custom Authenticate FailureText
Kentico_RichardSHi,Im quite lost. You said that you implemented custom authentication.. Our login webpart is intended to be used for our CMS authentication. Since we have a little information of how it...
View ArticleRE:Export to Excel, CSV, XML via API Error
ramon.almarza-emtmadridHi, I have exactly the same problem. When I checked the Use Update Panel property of the webpart, the export funcionalllity doesn´t work. But if I don´t check this property,...
View ArticleRE:Custom Authenticate FailureText
FroggEyeIn your Authenticate_Execute event, can't you simply throw a new exception? This should bubble up. You might need to look at maybe throwing a different exception but this should work.
View ArticleDocumentHelper.AddAttachment Not Saving Attachment?
matt-awgAny idea why a call to AddAttachment would not return any error but also not seem to actually add the image I am trying to add to a "File" type column on a custom document type?I am using this...
View Article