Found 142 results for "password forgot"

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

Gitana / 3.2 / Guide / Guide / Applications / Public Services / Registration Flow

Registration Flow One of the more frequent flows that an application must achieve is that of registering a user. Cloud CMS already provides registration support. The application service convenience method shown below make it a little easier to register users for your web application by letting you predefine: The Custom Domain Name where new users will be created. The Email Provider to be used to send emails to new users. The Registrar where new tenants will be created (optional). The Domain User

Score: 1.8782076

Gitana / 4.0 / Data Engine / Platform / Applications / Public Services / Registration Flow

Registration Flow One of the more frequent flows that an application must achieve is that of registering a user. Cloud CMS already provides registration support. The application service convenience method shown below make it a little easier to register users for your web application by letting you predefine: The Custom Domain Name where new users will be created. The Email Provider to be used to send emails to new users. The Registrar where new tenants will be created (optional). The Domain User

Score: 1.8782076

Gitana / 4.0 / Developers / Drivers / Java

Java Connect your Java, Spring MVC and Android applications to Gitana Latest Version Version undefined Date The Gitana Java driver makes it easy for your Java and Android applications to connect to and communicate with the Gitana server. The driver can be utilized with Android mobile devices as well as Java applications running on the server or as a web application (Spring Framework, SEAM, etc, running on Tomcat, Glassfish, WebSphere and many other frameworks). Maven Repository Gitana runs a Mav

Score: 1.8677715

Gitana / 3.2 / Guide / Guide / Deployment / Deployment Handlers / HTTP Deployment Handler

HTTP Deployment Handler Handles the deployment of one or more Deployment Packages to a custom HTTP endpoint. The custom HTTP endpoint is described by: url statusUrl username password Custom HTTP endpoints are useful for a large variety of purposes, including writing data into custom databases, synchronizing content from Cloud CMS with existing Content Management products, hooking into custom logic for CDN or cache invalidation and much more. Configuration { "url": "{url}", "statusUrl": "

Score: 1.8316865

Gitana / 4.0 / Data Engine / Deployment / Deployment Handlers / HTTP Deployment Handler

HTTP Deployment Handler Handles the deployment of one or more Deployment Packages to a custom HTTP endpoint. The custom HTTP endpoint is described by: url statusUrl username password Custom HTTP endpoints are useful for a large variety of purposes, including writing data into custom databases, synchronizing content from Cloud CMS with existing Content Management products, hooking into custom logic for CDN or cache invalidation and much more. Configuration { "url": "{url}", "statusUrl": "

Score: 1.8316865

Gitana / 3.2 / Guide / Guide / Application Server / Services / Virtual Driver

Virtual Driver Defines the virtual driver connection used to dynamically retrieve API keys on behalf of incoming tenants. { "virtualDriver": { "enabled": false, "clientKey": "", "clientSecret": "", "username": "", "password": "", "baseURL": "", "application": "" } }

Score: 1.8304677

Gitana / 4.0 / Developers / Application Server / Services / Virtual Driver

Virtual Driver Defines the virtual driver connection used to dynamically retrieve API keys on behalf of incoming tenants. { "virtualDriver": { "enabled": false, "clientKey": "", "clientSecret": "", "username": "", "password": "", "baseURL": "", "application": "" } }

Score: 1.8304677

Gitana / 4.0 / Developers / API / Resources / principal / Creates a principal within a domain

Creates a principal within a domain The incoming JSON payload should contain properties for the newly created principal If a 'password' property is provided, an identity will be created in the domain's default directory

Score: 1.803268

OAuth2, Clients and Authentication Grants

One of the things that I really like about our approach to server authorization is that we’ve elected to get completely behind the OAuth2 specification. Cloud CMS provides support for all of the OAuth2 flows. We provide an authorization and resource server so that you can separate concerns and perform the full three-legged “auth code” flow. Or you can simplify things and use something like a “password” or “implicit” flow depending on the security environment of your application. For environments

Score: 1.7671648

Gitana / 4.0 / Self Managed / Configuration / Encrypting Properties

Encrypting Properties Cloud CMS lets you encrypt properties within your API configuration files to protect sensitive passwords, secrets and credentials. This encryption utilizes a public and private key. The private key is supplied to the Cloud CMS API server and the public key is provided to developers to encrypt sensitive data. To help you do this, Cloud CMS provides a command line tool. gitana-tools-encryptor.jar The gitana-tools-encryptor.jar works with Java 8 and gives you commands that you

Score: 1.7581398

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Actions

Actions Cloud CMS provides a large number of actions that can be bound to links sections within configuration blocks. This allows you to customize dropdowns, button toolbars and action links at various places within the user interface. It also provides a way for you to override action implementation classes for your own users. assign_access_policy change-password create_access_policy create_document delete_access_policies new_folder unassign_access_policy

Score: 1.7487001

Gitana / 4.0 / Developers / User Interface Customization / Actions

Actions Cloud CMS provides a large number of actions that can be bound to links sections within configuration blocks. This allows you to customize dropdowns, button toolbars and action links at various places within the user interface. It also provides a way for you to override action implementation classes for your own users. assign_access_policy change-password create_access_policy create_document delete_access_policies new_folder unassign_access_policy

Score: 1.7487001

Gitana / 4.0 / Developers / Drivers / JavaScript (Legacy)

JavaScript (Legacy) Connect your HTML browser applications to Gitana Latest Version Version undefined Date The Gitana JavaScript driver can be dropped into any web or mobile application running in the browser, within Node.js or any of a host of web frameworks including jQuery, Vue.js, Next.js, Nuxt and many others. Loading the Driver In the Browser ### Using AMD define(["gitana"], function(Gitana) { Gitana.connect({...}, function() { // ...your code

Score: 1.7183092

Gitana / 3.2 / Guide / Guide / Integrations / Authy

Authy Cloud CMS provides out-of-the-box integration with Authy. Authy connects with Cloud CMS to offer real-time Multi-Factor Authentication. With Authy, users who log in to Cloud CMS are asked to additionally provide a code that is sent to their mobile phone or Authy mobile application. This provides an additional security check in addition to the user's password. Authy and Cloud CMS Multi-Factor Authentication work hand-in-hand to make your content platform more secure. For more information, s

Score: 1.6902454

Gitana / 4.0 / Data Engine / Integrations / Authy

Authy Cloud CMS provides out-of-the-box integration with Authy. Authy connects with Cloud CMS to offer real-time Multi-Factor Authentication. With Authy, users who log in to Cloud CMS are asked to additionally provide a code that is sent to their mobile phone or Authy mobile application. This provides an additional security check in addition to the user's password. Authy and Cloud CMS Multi-Factor Authentication work hand-in-hand to make your content platform more secure. For more information, s

Score: 1.6902454

Gitana / 3.2 / Guide / Guide / Integrations / DUO

DUO Cloud CMS provides out-of-the-box integration with Duo Security. Duo Security connects with Cloud CMS to offer real-time Multi-Factor Authentication. With Duo Security, users who log in to Cloud CMS are asked to additionally provide a code that is sent to their mobile phone or Duo mobile application. This provides an additional security check in addition to the user's password. Duo Security and Cloud CMS Multi-Factor Authentication work hand-in-hand to make your content platform more secure.

Score: 1.6808809

Gitana / 4.0 / Data Engine / Integrations / DUO

DUO Cloud CMS provides out-of-the-box integration with Duo Security. Duo Security connects with Cloud CMS to offer real-time Multi-Factor Authentication. With Duo Security, users who log in to Cloud CMS are asked to additionally provide a code that is sent to their mobile phone or Duo mobile application. This provides an additional security check in addition to the user's password. Duo Security and Cloud CMS Multi-Factor Authentication work hand-in-hand to make your content platform more secure.

Score: 1.6808809

Gitana / 3.2 / Guide / Guide / Applications / Public Services / Setting up your Email Provider

Setting up your Email Provider The public application services often need to send emails as part of their respective flows. To do this, a public email provider must be configured for the application. This is email provider that the public services will use when dispatching emails as part of a public flow. On this page, we cover a few convenience methods that are available to test your email provider as well as send emails straight away. This page assumes that you are already familiar with email

Score: 1.6612499

Gitana / 4.0 / Data Engine / Platform / Applications / Public Services / Setting up your Email Provider

Setting up your Email Provider The public application services often need to send emails as part of their respective flows. To do this, a public email provider must be configured for the application. This is email provider that the public services will use when dispatching emails as part of a public flow. On this page, we cover a few convenience methods that are available to test your email provider as well as send emails straight away. This page assumes that you are already familiar with email

Score: 1.6612499

Gitana / 4.0 / Forms / Fields / Overview

Fields Further Reading Address Field Any Field Array Field Checkbox Field Chooser Field CKEditor Field Color Field Color Picker Field Country Field Currency Field Date Field Date Time Field Editor Field Email Field File Field Grid Field Hidden Field Image Field Integer Field IPv4 Field JSON Field Lower Case Field Map Field Markdown Editor Field Number Field Object Field Option Tree Field Password Field Personal Name Field Phone Field Pick A Color Field Radio Field Search Field Select Field State

Score: 1.6444377

Gitana / 3.2 / Guide / Guide / Multifactor Authentication

Multifactor Authentication Cloud CMS supports Multifactor Authentication (MFA) to provide enhanced security for your users and their account credentials. With Multifactor Authentication is enabled for a user, that user will be required to supply a verification code in addition to their username and password. The verification code is delivered to the user's phone or mobile device via SMS, a phone call or an app. The code may also be delivered via a hardware device depending on the kind of provide

Score: 1.6438274

Gitana / 4.0 / Data Engine / Authentication / Multifactor Authentication

Multifactor Authentication Cloud CMS supports Multifactor Authentication (MFA) to provide enhanced security for your users and their account credentials. With Multifactor Authentication is enabled for a user, that user will be required to supply a verification code in addition to their username and password. The verification code is delivered to the user's phone or mobile device via SMS, a phone call or an app. The code may also be delivered via a hardware device depending on the kind of provide

Score: 1.6438274

Users, Identities and SSO with Cloud CMS

One of the really interesting use cases for Cloud CMS is that of maintaining users across multiple domains while having those users share a common identity context. A common identity context allows an authentication session to transition seamlessly (via an authentication swap) from one user to the next. It also allows for properties (such as username, email, password or other custom user properties) to automatically synchronize across all of the user identities that are part of the context. Here

Score: 1.6438274

Gitana / 3.2 / Guide / Guide / Cookbooks / Java Cookbook

Java Cookbook Getting Started To get started with the Java driver, please visit the Gitana Java Driver Page. We recommend that you use Maven. At a minimum, you will need to add the following repository declaration to your pom.xml file: cloudcms-public cloudcms-public https://maven.cloudcms.com/public Note that newer vesions of Maven require secure repositories so if you cur

Score: 1.5864251

Gitana / 3.2 / Guide / Guide / Cookbooks / JavaScript (Legacy) Cookbook

JavaScript (Legacy) Cookbook Getting Started To get started with the JavaScript driver, please visit the Gitana JavaScript (Legacy) Driver Page. Connecting to Gitana To connect, supply your API Keys as the argument to the connect() method. Gitana.connect({ "clientKey": "{clientKey}", "clientSecret": "{clientSecret}", "username": "{username}", "password": "{password}", "baseURL": "https://api.cloudcms.com" }, function(err) { var platform = this; }); If a problem w

Score: 1.5864251