Found 310 results for "docs fields password"

The search executed in 0.001534818 seconds. That's fast.

Gitana / 4.0 / Reference / Types / Client

Define clients to securely connect apps to your platform via OAuth2, offering robust authentication and customization options.

Score: 1.6933868

Gitana / 3.2 / Guide / Guide / Integrations / DUO

Enhance security on Cloud CMS with Duo's real-time Multi-Factor Authentication, ensuring safer user logins and comprehensive content protection.

Score: 1.6891477

Gitana / 4.0 / Content Engine / Integrations / DUO

Integrate Duo Security with Cloud CMS for enhanced Multi-Factor Authentication, adding an extra layer of security to your content platform.

Score: 1.6891477

Gitana / 4.0 / Forms / API / Wizards

Create multi-step wizards using Alpaca; simplify form creation with customizable layouts and validation for a user-friendly experience.

Score: 1.688611

Gitana / 4.0 / Forms / API / Conditional Dependencies

Optimize your form handling with Alpaca, featuring advanced, conditional dependencies and custom inter-dependencies. Utilize JSON Schema with precision.

Score: 1.6824763

Gitana / 3.2 / Guide / Guide / Multifactor Authentication

Enhance user security with Cloud CMS's Multifactor Authentication, adding an extra layer of protection to login credentials.

Score: 1.6814221

Gitana / 4.0 / Developers / Authentication / Multifactor Authentication

Enhance security with Multifactor Authentication for Cloud CMS. Secure login requires a verification code sent to your device.

Score: 1.6814221

Gitana / 4.0 / Forms / API / Lookups

Optimize JSON data with Alpaca: intuitive field lookups and dynamic IDs for streamlined form rendering and object manipulation.

Score: 1.6756277

Content Entry Forms Example

Cloud CMS lets you easily design and deploy forms for your web applications and content contributors. In this blog entry, we’ll walk through how you can do this within the Cloud CMS user interface. In this example, we’ll create a form that allows editors to create City Guide information. Note: in the Cloud CMS Trial there is a City Guide Content definition which can be used as a starting point or as a reference for this example. Add a Definition The Content Definitions can be found in the Cloud

Score: 1.6545806

Gitana / 4.0 / Forms / Fields / Option Tree Field

Enhance form fields with Option Tree, offering structured text inputs and dropdown selection paths for seamless user experience.

Score: 1.6304151

Gitana / 3.2 / Guide / Guide / Actions / Web Hook

Optimize your HTTP web hook calls with detailed configuration options for authentication, headers, and payloads, ensuring secure and effective communication.

Score: 1.5969105

Gitana / 4.0 / Content Engine / Behaviors / Actions / Web Hook

Optimize your HTTP web hook calls with detailed configuration options for authentication, headers, and payloads, ensuring secure and effective communication.

Score: 1.5969105

Gitana / 3.2 / Guide / Guide / User Interface / Embed Media In CKEditor / Advanced Usages / Extra Attributes

Learn to add custom attributes like title and creator to your embedded media in CKEditor using simple JSON configurations.

Score: 1.596816

Gitana / 4.0 / User Interface / Embedded Media / Advanced Usages / Extra Attributes

Enhance embedded media with extra HTML attributes like title and creator using CloudCMS configurations for richer content customization.

Score: 1.596816

Gitana / 3.2 / Guide / Guide / Single Sign On (SSO) / Google GSuite

Optimize your Cloud CMS with this guide on configuring Google GSuite SSO using SAML 2.0 for seamless and secure authentication.

Score: 1.5920095

Gitana / 4.0 / Developers / Authentication / Single Sign On (SSO) / Google GSuite

Configure Cloud CMS SSO with Google GSuite effortlessly using this detailed setup guide, enabling seamless authentication with SAML 2.0.

Score: 1.5920095

Gitana / 4.0 / Reference / Types / Authentication Grant

Learn to securely generate and manage alternate credentials with Authentication Grants, enhancing user authentication flexibility on your platform.

Score: 1.5883687

Query Performance

Application queries Application code which consumes Cloud CMS content typically runs query API calls. These queries can be optimized in the following ways: Request only the properties needed When an application requires only a few properties from a set of nodes you should use “_fields” to limit the properties returned. This can drastically reduce the size of the payload and therefore the response time. In this example, we only need “_doc”, “title” and “_type” so these are the only fields that wi

Score: 1.5792041

Gitana / 4.0 / Forms / API / Recursive References

Prevent circular loops in form rendering using Alpaca by modeling recursive references with arrays instead of objects, ensuring efficient schema resolution.

Score: 1.5602496

Precompile your Text fields with Markdown or Handlebars

One of the new features in Cloud CMS 3.2.41 is the f:precompile feature. This feature tells Cloud CMS to automatically precompile one or more fields on your content items whenever the content is saved. With precompiling in place, you can now let your editors work in Markdown or use Handlebars tags in their content and then have that content automatically convert into HTML (or another output format) for use in your front-end applications. An Example Suppose, for example, that you defined an artcl

Score: 1.5593877

Gitana / 3.2 / Guide / Guide / Application Server / URL Addressability / Login and Logout

Manage user sessions with Cloud CMS Domains for login/logout, utilizing Express for seamless integration and secure session management in web or mobile apps.

Score: 1.5588632

Gitana / 4.0 / Developers / Application Server / URL Addressability / Login and Logout

Manage user sessions with Cloud CMS Domains for login/logout, utilizing Express for seamless integration and secure session management in web or mobile apps.

Score: 1.5588632

Gitana / 4.0 / Forms / API / Overview

Explore comprehensive API documentation including callbacks, functions, validation, and more for Gitana 4.0 forms. Ideal for developers and tech enthusiasts.

Score: 1.5523129

Difference between an Application and a Project

A Project is a logical separation for work within Cloud CMS. It could be a site, a sub-site, a department, a web project or anything else you'd like. Projects let you organize teams, invite members and provide a place for you to collaborate on content. An Application is something that you create to provision resources and services dedicated to your web site or web/mobile application. Each Application provides storage and services that your app can access for things like user registration, passwo

Score: 1.5346932

The Beauty of Cloud CMS Chaining

Chaining is a common technique that has been widely adopted by modern JavaScript libraries to chain method calls together. The goal of chaining is to produce elegant and concise code that is easy to understand or maintain. For example, if you are a jQuery developer, you may produce similar code like this on daily basis. $('#mydiv').empty().html('Hello Word!').css('font-size','10px'); However, most popular JavaScript libraries only support “static” chaining, e.g. DOM object manipulation. If the m

Score: 1.5283133